this repo has no description

Merge pull request #22936 from emillon/ocaml5-resource-pooling-2

ocaml 5: restrict resource-pooling releases

Kate d20e0892 ce88deda

Changed files
+3 -3
packages
resource-pooling
resource-pooling.0.3.2
resource-pooling.0.5
resource-pooling.0.5.1
+1 -1
packages/resource-pooling/resource-pooling.0.3.2/opam
···
install: ["ocaml" "setup.ml" "-install"]
remove: ["ocamlfind" "remove" "resource-pooling"]
depends: [
-
"ocaml" {>= "4.02"}
+
"ocaml" {>= "4.02" & < "5.0.0"}
"lwt" {>= "2.4.7"}
"lwt_log"
"ocamlbuild" {build}
+1 -1
packages/resource-pooling/resource-pooling.0.5.1/opam
···
["ocamlfind" "remove" "resource-pooling"]
]
depends: [
-
"ocaml" {>= "4.06"}
+
"ocaml" {>= "4.06" & < "5.0.0"}
"lwt" {>= "2.4.7"}
"lwt_log"
"ocamlbuild" {build}
+1 -1
packages/resource-pooling/resource-pooling.0.5/opam
···
["ocamlfind" "remove" "resource-pooling"]
]
depends: [
-
"ocaml" {>= "4.06"}
+
"ocaml" {>= "4.06" & < "5.0.0"}
"lwt" {>= "2.4.7"}
"lwt_log"
"ocamlbuild" {build}