this repo has no description

gen.{0.5.3,1.0,1.1} require qcheck.0.9 to use qcheck-ounit

Changed files
+3 -3
packages
gen
gen.0.5.3
gen.1.0
gen.1.1
+1 -1
packages/gen/gen.0.5.3/opam
···
"dune-configurator"
"base-bytes"
"odoc" {with-doc}
-
"qcheck" {with-test}
+
"qcheck" {with-test & >= "0.9"}
"qtest" {with-test}
"ocaml" { >= "4.03.0" }
]
+1 -1
packages/gen/gen.1.0/opam
···
"base-bytes"
"seq"
"odoc" {with-doc}
-
"qcheck" {with-test}
+
"qcheck" {with-test & >= "0.9"}
"qtest" {with-test}
"ounit2" {with-test}
"ocaml" { >= "4.03.0" }
+1 -1
packages/gen/gen.1.1/opam
···
"dune" {>= "1.1"}
"seq"
"odoc" {with-doc}
-
"qcheck" {with-test}
+
"qcheck" {with-test & >= "0.9"}
"qtest" {with-test}
"ounit2" {with-test}
"ocaml" { >= "4.03.0" }