this repo has no description

Merge pull request #24734 from jmid/qcheck-revdeps-fixes

QCheck revdeps fixes

Changed files
+4 -4
packages
pratter
pratter.2.0.0
spelll
spelll.0.4
zar
zar.0.9.1
zar.0.9.2
+1 -1
packages/pratter/pratter.2.0.0/opam
···
"dune" {>= "2.7"}
"camlp-streams"
"alcotest" {with-test}
-
"qcheck" {with-test}
+
"qcheck" {with-test & >= "0.12"}
"qcheck-alcotest" {with-test}
"odoc" {with-doc}
]
+1 -1
packages/spelll/spelll.0.4/opam
···
"dune" {>= "1.1"}
"seq"
"stdlib-shims"
-
"qcheck" {with-test}
+
"qcheck" {with-test & >= "0.12"}
"mdx" {with-test}
"odoc" {with-doc}
]
+1 -1
packages/zar/zar.0.9.1/opam
···
"ocaml" {>= "4.06"}
"dune" {>= "3.7"}
"alcotest" {with-test}
-
"qcheck" {with-test}
+
"qcheck" {with-test & >= "0.15"}
"qcheck-alcotest" {with-test}
"odoc" {with-doc}
]
+1 -1
packages/zar/zar.0.9.2/opam
···
"ocaml" {>= "4.08"}
"dune" {>= "3.7"}
"alcotest" {with-test}
-
"qcheck" {with-test}
+
"qcheck" {with-test & >= "0.15"}
"qcheck-alcotest" {with-test}
"odoc" {with-doc}
]