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 ef5d61b commit a07cf26Copy full SHA for a07cf26
packages/core/core.v0.16.0/opam
@@ -10,7 +10,7 @@ build: [
10
["dune" "build" "-p" name "-j" jobs]
11
]
12
depends: [
13
- "ocaml" {>= "4.14.0"}
+ "ocaml" {>= "4.14.0" & < "5.1~"}
14
"base" {>= "v0.16" & < "v0.17"}
15
"base_bigstring" {>= "v0.16" & < "v0.17"}
16
"base_quickcheck" {>= "v0.16" & < "v0.17"}
0 commit comments