Skip to content

Commit b5b9f10

Browse files
authored
Merge pull request #24843 from Leonidas-from-XIV/pkcs11-driver-ocaml-5
Restrict pkcs11-driver to older OCaml
2 parents 8cc107f + b7478a3 commit b5b9f10

File tree

2 files changed

+2
-2
lines changed
  • packages/pkcs11-driver
    • pkcs11-driver.1.0.0
    • pkcs11-driver.1.0.1

2 files changed

+2
-2
lines changed

packages/pkcs11-driver/pkcs11-driver.1.0.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ depends: [
2020
"ppx_deriving" { >= "4.0" }
2121
"ppx_deriving_yojson" { >= "3.0" }
2222
"yojson" {>= "1.6.0"}
23-
"ocaml" {>= "4.04.0"}
23+
"ocaml" {>= "4.04.0" & < "5.1"}
2424
"ounit" {with-test}
2525
]
2626
conflicts: [

packages/pkcs11-driver/pkcs11-driver.1.0.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ depends: [
1717
"ctypes-foreign"
1818
"dune" {>= "2.0.0"}
1919
"pkcs11" {>= "0.18.0"}
20-
"ocaml" {>= "4.07.0"}
20+
"ocaml" {>= "4.07.0" & < "5.1"}
2121
"ounit" {with-test}
2222
"ppx_deriving" { >= "4.0" }
2323
"ppx_deriving_yojson" { >= "3.0" }

0 commit comments

Comments
 (0)