this repo has no description

containers*.3.6 require qcheck.0.9 to use qcheck-core and qcheck-ounit

Changed files
+3 -3
packages
containers
containers.3.6
containers-data
containers-data.3.6
containers-thread
containers-thread.3.6
+1 -1
packages/containers-data/containers-data.3.6/opam
···
"containers" { = version }
"seq"
"qtest" { with-test }
-
"qcheck" { with-test }
+
"qcheck" { with-test & >= "0.9" }
"ounit" { with-test }
"iter" { with-test }
"gen" { with-test }
+1 -1
packages/containers-thread/containers-thread.3.6/opam
···
"containers" { = version }
"iter" { with-test }
"qtest" { with-test }
-
"qcheck" { with-test }
+
"qcheck" { with-test & >= "0.9" }
"ounit" { with-test }
"uutf" { with-test }
"odoc" { with-doc }
+1 -1
packages/containers/containers.3.6/opam
···
"dune-configurator"
"seq"
"qtest" { with-test }
-
"qcheck" { with-test }
+
"qcheck" { with-test & >= "0.9" }
"ounit" { with-test }
"iter" { with-test }
"gen" { with-test }