this repo has no description

Merge pull request #21670 from kit-ty-kate/fix-79

cryptokit < 1.16 is not compatible with OCaml 5.0 (uses oasis/Stream)

Kate ed87b641 8a42bbdd

Changed files
+4 -4
packages
cryptokit
cryptokit.1.11
cryptokit.1.12
cryptokit.1.13
cryptokit.1.14
+1 -1
packages/cryptokit/cryptokit.1.11/opam
···
homepage: "https://forge.ocamlcore.org/projects/cryptokit/"
remove: [["ocamlfind" "remove" "cryptokit"]]
depends: [
-
"ocaml" {>= "4.02.0"}
+
"ocaml" {>= "4.02.0" & < "5.0"}
"ocamlfind"
"ocamlbuild" {build & != "0.9.0"}
"conf-zlib"
+1 -1
packages/cryptokit/cryptokit.1.12/opam
···
bug-reports: "https://github.com/xavierleroy/cryptokit/issues"
homepage: "https://github.com/xavierleroy/cryptokit"
depends: [
-
"ocaml" {>= "4.02.0"}
+
"ocaml" {>= "4.02.0" & < "5.0"}
"ocamlfind"
"ocamlbuild" {build & != "0.9.0"}
"conf-zlib"
+1 -1
packages/cryptokit/cryptokit.1.13/opam
···
homepage: "https://github.com/xavierleroy/cryptokit"
dev-repo: "git+https://github.com/xavierleroy/cryptokit.git"
depends: [
-
"ocaml" {>= "4.02.0"}
+
"ocaml" {>= "4.02.0" & < "5.0"}
"ocamlfind" {build}
"ocamlbuild" {build & != "0.9.0"}
"conf-zlib"
+1 -1
packages/cryptokit/cryptokit.1.14/opam
···
homepage: "https://github.com/xavierleroy/cryptokit"
dev-repo: "git+https://github.com/xavierleroy/cryptokit.git"
depends: [
-
"ocaml" {>= "4.02.0"}
+
"ocaml" {>= "4.02.0" & < "5.0"}
"ocamlfind" {build}
"ocamlbuild" {build & != "0.9.0"}
"conf-zlib"