this repo has no description
1opam-version: "2.0"
2maintainer: "simon.cruanes.2007@m4x.org"
3homepage: "https://github.com/c-cube/qcheck/"
4license: "BSD-2-Clause"
5synopsis: "Core qcheck library"
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 & ocaml:version < "5.0.0"}
16]
17depends: [
18 "dune" { >= "2.2" }
19 "base-bytes"
20 "base-unix"
21 "alcotest" {with-test & >= "1.2.0"}
22 "odoc" {with-doc}
23 "ocaml" {>= "4.08.0"}
24]
25dev-repo: "git+https://github.com/c-cube/qcheck.git"
26bug-reports: "https://github.com/c-cube/qcheck/issues"
27conflicts: [
28 "ounit" { < "2.0" }
29]
30authors: "the qcheck contributors"
31url {
32 src: "https://github.com/c-cube/qcheck/archive/v0.18.tar.gz"
33 checksum: [
34 "md5=a830f187d3eed60eba960c8d626035a4"
35 "sha512=08da783ca991dcee26f88b8d6db2fcf2589d3e753ce355d5e3c8944b58ce43b444c6cde054971a557d7d345b4386e6e976111d4c537840a1269c7e361340fcfe"
36 ]
37}