this repo has no description
1opam-version: "2.0"
2synopsis: "Core qcheck library"
3maintainer: "simon.cruanes.2007@m4x.org"
4license: "BSD-2-Clause"
5authors: "Simon Cruanes <simon.cruanes.2007@m4x.org>"
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"
12 "base-bytes"
13 "base-unix"
14 "odoc" {with-doc}
15 "ocaml" {>= "4.03.0" & < "5.0.0"}
16]
17conflicts: [
18 "ounit" {< "2.0"}
19]
20build: [
21 ["dune" "build" "-p" name "-j" jobs]
22 ["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc}
23 ["dune" "runtest" "-p" name "-j" jobs] {with-test}
24]
25dev-repo: "git+https://github.com/c-cube/qcheck.git"
26url {
27 src: "https://github.com/c-cube/qcheck/archive/0.11.tar.gz"
28 checksum: [
29 "md5=36f06108bb49df27b8a1b95aacfd4859"
30 "sha512=80d98632cc0a93ae9d0e2d1f393134171518d7fdc5f19d5583964254c31cf18c8f587f0d50e0b4b41e2ded1129715acde16b8de57b35ed6b69f2e7de5a50eee9"
31 ]
32}