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 8cc107f + b7478a3 commit b5b9f10Copy full SHA for b5b9f10
packages/pkcs11-driver/pkcs11-driver.1.0.0/opam
@@ -20,7 +20,7 @@ depends: [
20
"ppx_deriving" { >= "4.0" }
21
"ppx_deriving_yojson" { >= "3.0" }
22
"yojson" {>= "1.6.0"}
23
- "ocaml" {>= "4.04.0"}
+ "ocaml" {>= "4.04.0" & < "5.1"}
24
"ounit" {with-test}
25
]
26
conflicts: [
packages/pkcs11-driver/pkcs11-driver.1.0.1/opam
@@ -17,7 +17,7 @@ depends: [
17
"ctypes-foreign"
18
"dune" {>= "2.0.0"}
19
"pkcs11" {>= "0.18.0"}
- "ocaml" {>= "4.07.0"}
+ "ocaml" {>= "4.07.0" & < "5.1"}
0 commit comments