opam-version: "2.0" synopsis: "Core qcheck library" maintainer: "simon.cruanes.2007@m4x.org" authors: "the qcheck contributors" license: "BSD-2-Clause" tags: ["test" "property" "quickcheck"] homepage: "https://github.com/c-cube/qcheck/" doc: "http://c-cube.github.io/qcheck/" bug-reports: "https://github.com/c-cube/qcheck/issues" depends: [ "dune" {>= "2.2"} "base-bytes" "base-unix" "alcotest" {with-test & >= "1.2.0"} "odoc" {with-doc} "ocaml" {>= "4.08.0"} ] conflicts: [ "ounit" {< "2.0"} ] 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"} ] dev-repo: "git+https://github.com/c-cube/qcheck.git" url { src: "https://github.com/c-cube/qcheck/archive/v0.19.tar.gz" checksum: [ "md5=6913306eb3065da1dee749d67732cb01" "sha512=ab77384e64887c4c88d6e641f433709a83bafc7cd2d05d548fdfee3593beb3bc5c4345db03e324e033ecd4fd2ae600fa92cea3e5753d5e322d13a01ba787eeb6" ] }