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.
2 parents b074885 + 9319d8b commit af5d889Copy full SHA for af5d889
packages/mock/mock.0.1.0/opam
@@ -11,7 +11,7 @@ build: [
11
[ "jbuilder" "build" "-p" name "-j" jobs ]
12
]
13
depends: [
14
- "ocaml"
+ "ocaml" {< "5.0"}
15
"jbuilder" {>= "1.0+beta10"}
16
17
synopsis: "Configurable functions to test impure code"
packages/mock/mock.0.1.1/opam
"dune"
- "ocaml" {>= "4.04.0"}
+ "ocaml" {>= "4.04.0" & < "5.0"}
description: """
0 commit comments