this repo has no description

qcheck: add upperbounds on revdeps

Signed-off-by: Marcello Seri <marcello.seri@gmail.com>

Changed files
+3 -3
packages
alg_structs_qcheck
alg_structs_qcheck.0.1.3
fadbadml
fadbadml.0.1.2
preface
preface.0.1.0
+1 -1
packages/alg_structs_qcheck/alg_structs_qcheck.0.1.3/opam
···
"dune" {>= "1.11.3"}
"ocaml" {>= "4.08.0"}
"alg_structs" {>= "0.1.3" & < "0.2.0"}
-
"qcheck" {>= "0.11"}
+
"qcheck" {>= "0.11" & < "0.18"}
"alcotest" {with-test & >= "0.8.5"}
"qcheck-alcotest" {with-test & >= "0.11"}
]
+1 -1
packages/fadbadml/fadbadml.0.1.2/opam
···
depends: [
"ocaml" {>= "4.08"}
"dune" {>= "2.7"}
-
"qcheck" {with-test}
+
"qcheck" {with-test & < "0.18"}
"conf-python-3" {with-test}
"odoc" {with-doc}
]
+1 -1
packages/preface/preface.0.1.0/opam
···
"dune" { >= "2.8.0" }
"either"
"alcotest" {with-test}
-
"qcheck-core" {with-test}
+
"qcheck-core" {with-test & < "0.18"}
"qcheck-alcotest" {with-test}
"mdx" {with-test}
"odoc"{with-doc}