mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 11:15:31 -05:00
relax constraints in opam
This commit is contained in:
parent
6bfd7f125e
commit
1167ffdb3c
3 changed files with 3 additions and 3 deletions
|
|
@ -7,7 +7,7 @@ license: "BSD-2"
|
|||
build: [
|
||||
["dune" "build" "-p" name "-j" jobs]
|
||||
["dune" "build" "@doc" "-p" name ] {with-doc}
|
||||
["dune" "runtest" "-p" name "-j" jobs] {with-test & ocaml:version < "4.11"}
|
||||
["dune" "runtest" "-p" name "-j" jobs] {with-test & arch != "x86_32" & arch != "arm32"}
|
||||
]
|
||||
depends: [
|
||||
"ocaml" { >= "4.03.0" }
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ synopsis: "An extension of containers for threading"
|
|||
build: [
|
||||
["dune" "build" "-p" name "-j" jobs]
|
||||
["dune" "build" "@doc" "-p" name ] {with-doc}
|
||||
["dune" "runtest" "-p" name "-j" jobs] {with-test & ocaml:version < "4.11"}
|
||||
["dune" "runtest" "-p" name "-j" jobs] {with-test}
|
||||
]
|
||||
depends: [
|
||||
"ocaml" { >= "4.03.0" }
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ synopsis: "A modular, clean and powerful extension of the OCaml standard library
|
|||
build: [
|
||||
["dune" "build" "-p" name "-j" jobs]
|
||||
["dune" "build" "@doc" "-p" name ] {with-doc}
|
||||
["dune" "runtest" "-p" name "-j" jobs] {with-test & ocaml:version < "4.11"}
|
||||
["dune" "runtest" "-p" name "-j" jobs] {with-test & arch != "x86_32" & arch != "arm32"}
|
||||
]
|
||||
depends: [
|
||||
"ocaml" { >= "4.03.0" }
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue