We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08f50da commit 6349fd5Copy full SHA for 6349fd5
packages/containers-data/containers-data.3.11/opam
@@ -5,7 +5,7 @@ license: "BSD-2-Clause"
5
build: [
6
["dune" "build" "-p" name "-j" jobs]
7
["dune" "build" "@doc" "-p" name ] {with-doc}
8
- ["dune" "runtest" "-p" name "-j" jobs] {with-test & arch != "x86_32" & arch != "arm32"}
+ ["dune" "runtest" "-p" name "-j" jobs] {with-test & arch != "x86_32" & arch != "arm32" & ocaml:version < "5.1.0"}
9
]
10
depends: [
11
"ocaml" { >= "4.03.0" }
0 commit comments