mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 03:05:28 -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: [
|
build: [
|
||||||
["dune" "build" "-p" name "-j" jobs]
|
["dune" "build" "-p" name "-j" jobs]
|
||||||
["dune" "build" "@doc" "-p" name ] {with-doc}
|
["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: [
|
depends: [
|
||||||
"ocaml" { >= "4.03.0" }
|
"ocaml" { >= "4.03.0" }
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@ synopsis: "An extension of containers for threading"
|
||||||
build: [
|
build: [
|
||||||
["dune" "build" "-p" name "-j" jobs]
|
["dune" "build" "-p" name "-j" jobs]
|
||||||
["dune" "build" "@doc" "-p" name ] {with-doc}
|
["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: [
|
depends: [
|
||||||
"ocaml" { >= "4.03.0" }
|
"ocaml" { >= "4.03.0" }
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ synopsis: "A modular, clean and powerful extension of the OCaml standard library
|
||||||
build: [
|
build: [
|
||||||
["dune" "build" "-p" name "-j" jobs]
|
["dune" "build" "-p" name "-j" jobs]
|
||||||
["dune" "build" "@doc" "-p" name ] {with-doc}
|
["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: [
|
depends: [
|
||||||
"ocaml" { >= "4.03.0" }
|
"ocaml" { >= "4.03.0" }
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue