this repo has no description

Merge pull request #23125 from tmattio/ocaml5-qcheck

Do not build qcheck.0.{3,4} on OCaml 5

Kate 65530c5f fc045198

Changed files
+2 -2
packages
qcheck
qcheck.0.3
qcheck.0.4
+1 -1
packages/qcheck/qcheck.0.3/opam
···
]
remove: [["ocamlfind" "remove" "qcheck"]]
depends: [
-
"ocaml" {>= "4.00.0"}
+
"ocaml" {>= "4.00.0" & < "5.0.0"}
"ocamlfind"
"ocamlbuild" {build}
]
+1 -1
packages/qcheck/qcheck.0.4/opam
···
["ocamlfind" "remove" "qcheck"]
]
depends: [
-
"ocaml" {>= "4.00.0"}
+
"ocaml" {>= "4.00.0" & < "5.0.0"}
"ocamlfind"
"ocamlbuild" {build}
]