opam-version: "2.0" maintainer: "simon.cruanes.2007@m4x.org" homepage: "https://github.com/c-cube/qcheck/" license: "BSD-2-Clause" synopsis: "Core qcheck library" doc: ["http://c-cube.github.io/qcheck/"] tags: [ "test" "property" "quickcheck" ] build: [ ["dune" "build" "-p" name "-j" jobs] ["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc} ["dune" "runtest" "-p" name "-j" jobs] {with-test & ocaml:version < "5.0.0"} ] depends: [ "dune" { >= "2.2" } "base-bytes" "base-unix" "alcotest" {with-test & >= "1.2.0"} "odoc" {with-doc} "ocaml" {>= "4.08.0"} ] dev-repo: "git+https://github.com/c-cube/qcheck.git" bug-reports: "https://github.com/c-cube/qcheck/issues" conflicts: [ "ounit" { < "2.0" } ] authors: "the qcheck contributors" url { src: "https://github.com/c-cube/qcheck/archive/v0.18.1.tar.gz" checksum: [ "md5=e207362d67387d6dbb8dcd4ba7238b39" "sha512=6fd5fd4348ed6a48a8f64a466fedd07374eaf23d516b3c250ebad2a32ddbca3ae4ad9c84fe1112858075df46c119cd6550205a4228a553b014d135581f024ded" ] }