this repo has no description

oseq.{0.4.1,0.5} require qcheck.0.9 to use qcheck-ounit

Changed files
+2 -2
packages
oseq
oseq.0.4.1
oseq.0.5
+1 -1
packages/oseq/oseq.0.4.1/opam
···
]
depends: [
"dune" { >= "1.0" }
-
"qcheck" {with-test}
+
"qcheck" {with-test & >= "0.9"}
"qtest" {with-test}
"gen" {with-test}
"containers" {with-test}
+1 -1
packages/oseq/oseq.0.5/opam
···
]
depends: [
"dune" { >= "1.0" }
-
"qcheck" {with-test}
+
"qcheck" {with-test & >= "0.9"}
"qtest" {with-test}
"gen" {with-test}
"containers" {with-test}