this repo has no description

Merge pull request #24843 from Leonidas-from-XIV/pkcs11-driver-ocaml-5

Restrict pkcs11-driver to older OCaml

Changed files
+2 -2
packages
pkcs11-driver
pkcs11-driver.1.0.0
pkcs11-driver.1.0.1
+1 -1
packages/pkcs11-driver/pkcs11-driver.1.0.0/opam
···
"ppx_deriving" { >= "4.0" }
"ppx_deriving_yojson" { >= "3.0" }
"yojson" {>= "1.6.0"}
-
"ocaml" {>= "4.04.0"}
+
"ocaml" {>= "4.04.0" & < "5.1"}
"ounit" {with-test}
]
conflicts: [
+1 -1
packages/pkcs11-driver/pkcs11-driver.1.0.1/opam
···
"ctypes-foreign"
"dune" {>= "2.0.0"}
"pkcs11" {>= "0.18.0"}
-
"ocaml" {>= "4.07.0"}
+
"ocaml" {>= "4.07.0" & < "5.1"}
"ounit" {with-test}
"ppx_deriving" { >= "4.0" }
"ppx_deriving_yojson" { >= "3.0" }