this repo has no description

Merge pull request #27470 from jmid/ppx_deriving_qcheck-upper-bounds

Add qcheck upper bounds to previous ppx_deriving_qcheck releases

Changed files
+8 -8
packages
ppx_deriving_qcheck
ppx_deriving_qcheck.0.3.0
ppx_deriving_qcheck.0.4.0
ppx_deriving_qcheck.0.4.1
ppx_deriving_qcheck.0.5
+2 -2
packages/ppx_deriving_qcheck/ppx_deriving_qcheck.0.3.0/opam
···
depends: [
"dune" {>= "2.8.0"}
"ocaml" {>= "4.08.0"}
-
"qcheck" {>= "0.19"}
+
"qcheck" {>= "0.19" & < "0.24"}
"ppxlib" {>= "0.22.0"}
"ppx_deriving" {>= "5.2.1"}
"odoc" {with-doc}
"alcotest" {with-test & >= "1.4.0"}
-
"qcheck-alcotest" {with-test & >= "0.17"}
+
"qcheck-alcotest" {with-test & >= "0.17" & < "0.24"}
]
build: [
["dune" "build" "-p" name "-j" jobs]
+2 -2
packages/ppx_deriving_qcheck/ppx_deriving_qcheck.0.4.0/opam
···
depends: [
"dune" {>= "2.8.0"}
"ocaml" {>= "4.08.0"}
-
"qcheck" {>= "0.19"}
+
"qcheck" {>= "0.19" & < "0.24"}
"ppxlib" {>= "0.22.0"}
"ppx_deriving" {>= "5.2.1"}
"odoc" {with-doc}
"alcotest" {with-test & >= "1.4.0"}
-
"qcheck-alcotest" {with-test & >= "0.17"}
+
"qcheck-alcotest" {with-test & >= "0.17" & < "0.24"}
]
build: [
["dune" "build" "-p" name "-j" jobs]
+2 -2
packages/ppx_deriving_qcheck/ppx_deriving_qcheck.0.4.1/opam
···
depends: [
"dune" {>= "2.8.0"}
"ocaml" {>= "4.08.0"}
-
"qcheck-core" {>= "0.19"}
+
"qcheck-core" {>= "0.19" & < "0.24"}
"ppxlib" {>= "0.22.0"}
"ppx_deriving" {>= "5.2.1"}
"odoc" {with-doc}
"alcotest" {with-test & >= "1.4.0"}
-
"qcheck-alcotest" {with-test & >= "0.17"}
+
"qcheck-alcotest" {with-test & >= "0.17" & < "0.24"}
]
build: [
["dune" "build" "-p" name "-j" jobs]
+2 -2
packages/ppx_deriving_qcheck/ppx_deriving_qcheck.0.5/opam
···
depends: [
"dune" {>= "2.8.0"}
"ocaml" {>= "4.08.0"}
-
"qcheck-core" {>= "0.19"}
+
"qcheck-core" {>= "0.19" & < "0.24"}
"ppxlib" {>= "0.22.0"}
"ppx_deriving" {>= "5.2.1"}
"odoc" {with-doc}
"alcotest" {with-test & >= "1.4.0"}
-
"qcheck-alcotest" {with-test & >= "0.17"}
+
"qcheck-alcotest" {with-test & >= "0.17" & < "0.24"}
]
build: [
["dune" "build" "-p" name "-j" jobs]