this repo has no description
1opam-version: "2.0"
2synopsis: "Compatibility package for qcheck"
3maintainer: "simon.cruanes.2007@m4x.org"
4authors: "the qcheck contributors"
5license: "BSD-2-Clause"
6tags: ["test" "property" "quickcheck"]
7homepage: "https://github.com/c-cube/qcheck/"
8doc: "http://c-cube.github.io/qcheck/"
9bug-reports: "https://github.com/c-cube/qcheck/issues"
10depends: [
11 "dune" {>= "2.8.0"}
12 "base-unix"
13 "qcheck-core" {= version}
14 "qcheck-ounit" {= version}
15 "alcotest" {with-test & >= "1.2.0"}
16 "odoc" {with-doc}
17 "ocaml" {>= "4.08.0"}
18]
19conflicts: [
20 "ounit" {< "2.0"}
21]
22build: [
23 ["dune" "build" "-p" name "-j" jobs]
24 ["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc}
25 ["dune" "runtest" "-p" name "-j" jobs] {with-test}
26]
27dev-repo: "git+https://github.com/c-cube/qcheck.git"
28url {
29 src: "https://github.com/c-cube/qcheck/archive/v0.24.tar.gz"
30 checksum: [
31 "md5=4eecb056dba04a9b68786135dd2e66bc"
32 "sha512=b7a0dcf6c46e297f8e44f0c66d4b671f285c87fe4052f5e990f02012a5386b8052a5f1e79fc92093e7ef20c6d69155d63e40fc7e30cdc4d34b2d1c8654568958"
33 ]
34}
35x-maintenance-intent: ["(latest)"]