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