this repo has no description

containers*.3.7 requires qcheck.0.9 to use qcheck-core and qcheck-ounit

Changed files
+3 -3
packages
containers
containers.3.7
containers-data
containers-data.3.7
containers-thread
containers-thread.3.7
+1 -1
packages/containers-data/containers-data.3.7/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.7/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.7/opam
···
"seq" # compat
"either" # compat
"qtest" { with-test }
-
"qcheck" { with-test }
+
"qcheck" { with-test & >= "0.9" }
"ounit" { with-test }
"iter" { with-test }
"gen" { with-test }