opam-version: "2.0" synopsis: "Core qcheck library" maintainer: "simon.cruanes.2007@m4x.org" license: "BSD-2-Clause" authors: "Simon Cruanes " 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" "base-bytes" "base-unix" "odoc" {with-doc} "ocaml" {>= "4.03.0" & < "5.0.0"} ] conflicts: [ "ounit" {< "2.0"} ] build: [ ["dune" "build" "-p" name "-j" jobs] ["dune" "build" "@doc" "-p" name] {with-doc} ] run-test: ["dune" "runtest" "-p" name] dev-repo: "git+https://github.com/c-cube/qcheck.git" url { src: "https://github.com/c-cube/qcheck/archive/0.10.tar.gz" checksum: [ "md5=de3599bfa7ad2a4981c289affeb9bf6e" "sha512=250d7934012455d29d95b710f5b42bbe3ea42e6ec1b5781dba807781ac9d5a66ca39dc4535667fd9b00bfcc566e11dbdb3f7306dde1d8f0e9f90d1447cdc4d97" ] }