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} ] depends: [ "dune" "base-bytes" "base-unix" "odoc" {with-doc} "ocaml" {>= "4.03.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: "Simon Cruanes " url { src: "https://github.com/c-cube/qcheck/archive/0.14.tar.gz" checksum: [ "sha256=c8d07c9ccfce65ab9b3b08a76b0c052fc673cc867e798322434e555fb9419562" "md5=a2404f28cba107b4c2263dcc2e67b3ac" ] }