this repo has no description

qcheck-core: add lower bounds on alcotest

They use `check'` introduced in 1.2.0

```
=== ERROR while compiling qcheck-core.0.21.3 =================================#
context 2.2.0~rc1~dev | linux/x86_64 | ocaml-base-compiler.5.2.0 | file:///home/opam/opam-repository
path ~/.opam/5.2/.opam-switch/build/qcheck-core.0.21.3
command ~/.opam/opam-init/hooks/sandbox.sh build dune runtest -p qcheck-core -j 31
exit-code 1
env-file ~/.opam/log/qcheck-core-7-f16eb0.env
output-file ~/.opam/log/qcheck-core-7-f16eb0.out
(cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w -40 -g -bin-annot -bin-annot-occurrences -I test/core/.QCheck_unit_tests.eobjs/byte -I /home/opam/.opam/5.2/lib/alcotest -I /home/opam/.opam/5.2/lib/astring -I /home/opam/.opam/5.2/lib/bytes -I /home/opam/.opam/5.2/lib/cmdliner -I /home/opam/.opam/5.2/lib/fmt -I /home/opam/.opam/5.2/lib/ocaml/unix -I /home/opam/.opam/5.2/lib/re -I /home/opam/.opam/5.2/lib/seq -I /home/opam/.opam/5.2/lib/stdlib-shims -I /home/opam/.opam/5.2/lib/uuidm -I src/core/.qcheck_core.objs/byte -no-alias-deps -open Dune__exe -o test/core/.QCheck_unit_tests.eobjs/byte/dune__exe__QCheck2_unit_tests.cmo -c -impl test/core/QCheck2_unit_tests.ml)
File "test/core/QCheck2_unit_tests.ml", line 23, characters 14-20:
23 | Alcotest.(check' (list int))
^^^^^^
Error: Unbound value "check'"
Hint: Did you mean "check"?
```

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

Changed files
+9 -9
packages
qcheck-core
qcheck-core.0.18
qcheck-core.0.18.1
qcheck-core.0.19
qcheck-core.0.19.1
qcheck-core.0.20
qcheck-core.0.21
qcheck-core.0.21.1
qcheck-core.0.21.2
qcheck-core.0.21.3
+1 -1
packages/qcheck-core/qcheck-core.0.18.1/opam
···
"dune" { >= "2.2" }
"base-bytes"
"base-unix"
-
"alcotest" {with-test}
+
"alcotest" {with-test & >= "1.2.0"}
"odoc" {with-doc}
"ocaml" {>= "4.08.0"}
]
+1 -1
packages/qcheck-core/qcheck-core.0.18/opam
···
"dune" { >= "2.2" }
"base-bytes"
"base-unix"
-
"alcotest" {with-test}
+
"alcotest" {with-test & >= "1.2.0"}
"odoc" {with-doc}
"ocaml" {>= "4.08.0"}
]
+1 -1
packages/qcheck-core/qcheck-core.0.19.1/opam
···
"dune" { >= "2.2" }
"base-bytes"
"base-unix"
-
"alcotest" {with-test}
+
"alcotest" {with-test & >= "1.2.0"}
"odoc" {with-doc}
"ocaml" {>= "4.08.0"}
"ocaml" {with-test & < "5.0"}
+1 -1
packages/qcheck-core/qcheck-core.0.19/opam
···
"dune" {>= "2.2"}
"base-bytes"
"base-unix"
-
"alcotest" {with-test}
+
"alcotest" {with-test & >= "1.2.0"}
"odoc" {with-doc}
"ocaml" {>= "4.08.0"}
]
+1 -1
packages/qcheck-core/qcheck-core.0.20/opam
···
"dune" {>= "2.2"}
"base-bytes"
"base-unix"
-
"alcotest" {with-test}
+
"alcotest" {with-test & >= "1.2.0"}
"odoc" {with-doc}
"ocaml" {>= "4.08.0"}
]
+1 -1
packages/qcheck-core/qcheck-core.0.21.1/opam
···
"dune" { >= "2.8.0" }
"base-bytes"
"base-unix"
-
"alcotest" {with-test}
+
"alcotest" {with-test & >= "1.2.0"}
"odoc" {with-doc}
"ocaml" {>= "4.08.0"}
]
+1 -1
packages/qcheck-core/qcheck-core.0.21.2/opam
···
"dune" {>= "2.8.0"}
"base-bytes"
"base-unix"
-
"alcotest" {with-test}
+
"alcotest" {with-test & >= "1.2.0"}
"odoc" {with-doc}
"ocaml" {>= "4.08.0"}
]
+1 -1
packages/qcheck-core/qcheck-core.0.21.3/opam
···
depends: [
"dune" { >= "2.8.0" }
"base-unix"
-
"alcotest" {with-test}
+
"alcotest" {with-test & >= "1.2.0"}
"odoc" {with-doc}
"ocaml" {>= "4.08.0"}
]
+1 -1
packages/qcheck-core/qcheck-core.0.21/opam
···
"dune" {>= "2.8.0"}
"base-bytes"
"base-unix"
-
"alcotest" {with-test}
+
"alcotest" {with-test & >= "1.2.0"}
"odoc" {with-doc}
"ocaml" {>= "4.08.0"}
]