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}
16]
17depends: [
18 "dune"
19 "base-bytes"
20 "base-unix"
21 "odoc" {with-doc}
22 "ocaml" {>= "4.03.0" & < "5.0.0"}
23]
24dev-repo: "git+https://github.com/c-cube/qcheck.git"
25bug-reports: "https://github.com/c-cube/qcheck/issues"
26conflicts: [
27 "ounit" { < "2.0" }
28]
29authors: "Simon Cruanes <simon.cruanes.2007@m4x.org>"
30url {
31 src: "https://github.com/c-cube/qcheck/archive/0.12.tar.gz"
32 checksum: [
33 "md5=799ef7e77d77c640db29cb6be546de8e"
34 "sha512=a8b844d66b65fdc8cd1cb2ff1a84801815501559dccac5e4188593f5b294ca318f7de971987ce810b6f7840a292999a98ea8beb1e2c989ee3abd78314fca3ad3"
35 ]
36}