this repo has no description

iter.{1.2.1,1.3,1.4,1.5} require qcheck.0.9 to use qcheck-ounit

Changed files
+4 -4
packages
iter
iter.1.2.1
iter.1.3
iter.1.4
iter.1.5
+1 -1
packages/iter/iter.1.2.1/opam
···
"result"
"dune" {< "3.0"}
"dune-configurator"
-
"qcheck" {with-test}
+
"qcheck" {with-test & >= "0.9"}
"qtest" {with-test}
"mdx" {with-test & < "2.0"}
"odoc" {with-doc}
+1 -1
packages/iter/iter.1.3/opam
···
"ocaml" { >= "4.03.0" }
"dune" {>= "1.1" & < "3.0"}
"dune-configurator"
-
"qcheck" {with-test}
+
"qcheck" {with-test & >= "0.9"}
"qtest" {with-test}
"mdx" {with-test & >= "1.3" }
"odoc" {with-doc}
+1 -1
packages/iter/iter.1.4/opam
···
"ocaml" { >= "4.03.0" & < "5.0" }
"dune" { >= "1.1" }
"dune-configurator"
-
"qcheck" {with-test}
+
"qcheck" {with-test & >= "0.9"}
"qtest" {with-test}
"mdx" {with-test & >= "1.3" }
"odoc" {with-doc}
+1 -1
packages/iter/iter.1.5/opam
···
"ocaml" { >= "4.03.0" }
"dune" { >= "1.1" }
"dune-configurator"
-
"qcheck" {with-test}
+
"qcheck" {with-test & >= "0.9"}
"qtest" {with-test}
"mdx" {with-test & >= "1.3" }
"odoc" {with-doc}