ocaml-containers/containers-data.opam.template
2023-12-05 16:09:29 -05:00

5 lines
188 B
Text

build: [
["dune" "build" "-p" name "-j" jobs]
["dune" "build" "@doc" "-p" name ] {with-doc}
["dune" "runtest" "-p" name "-j" jobs] {with-test & arch != "x86_32" & arch != "arm32"}
]