this repo has no description

olinq.0.3 requires qcheck.0.9 to use qcheck-ounit

Changed files
+1 -1
packages
olinq
olinq.0.3
+1 -1
packages/olinq/olinq.0.3/opam
···
"ocaml" {>= "4.02" & < "5.0.0"}
"odoc" {with-doc}
"qtest" {with-test}
-
"qcheck" {with-test & < "0.14"}
+
"qcheck" {with-test & >= "0.9" & < "0.14"}
]
build: [
["dune" "build" "-p" name "-j" jobs]