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 & ocaml:version < "5.0.0"} 16] 17depends: [ 18 "dune" { >= "2.2" } 19 "base-bytes" 20 "base-unix" 21 "qcheck-core" { = version } 22 "qcheck-ounit" { = version } 23 "alcotest" {with-test} 24 "odoc" {with-doc} 25 "ocaml" {>= "4.08.0"} 26] 27dev-repo: "git+https://github.com/c-cube/qcheck.git" 28bug-reports: "https://github.com/c-cube/qcheck/issues" 29conflicts: [ 30 "ounit" { < "2.0" } 31] 32authors: "the qcheck contributors" 33url { 34 src: "https://github.com/c-cube/qcheck/archive/v0.18.1.tar.gz" 35 checksum: [ 36 "md5=e207362d67387d6dbb8dcd4ba7238b39" 37 "sha512=6fd5fd4348ed6a48a8f64a466fedd07374eaf23d516b3c250ebad2a32ddbca3ae4ad9c84fe1112858075df46c119cd6550205a4228a553b014d135581f024ded" 38 ] 39}