this repo has no description

carton < 0.4.4 is not compatible with OCaml 5.0 (uses Ephemeron.K1.create)

Kate deb3795d 08f48cb7

Changed files
+2 -2
packages
carton
carton.0.1.0
carton.0.4.3
+1 -1
packages/carton/carton.0.1.0/opam
···
doc: "https://mirage.github.io/ocaml-git/"
bug-reports: "https://github.com/mirage/ocaml-git/issues"
depends: [
-
"ocaml" {>= "4.08.0"}
+
"ocaml" {>= "4.08.0" & < "5.0"}
"dune" {>= "2.6.0"}
"ke" {>= "0.4"}
"duff" {>= "0.3"}
+1 -1
packages/carton/carton.0.4.3/opam
···
doc: "https://mirage.github.io/ocaml-git/"
bug-reports: "https://github.com/mirage/ocaml-git/issues"
depends: [
-
"ocaml" {>= "4.08.0"}
+
"ocaml" {>= "4.08.0" & < "5.0"}
"dune" {>= "2.8.0"}
"ke" {>= "0.4"}
"duff" {>= "0.3"}