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"} ] 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} ] dev-repo: "git+https://github.com/c-cube/qcheck.git" url { src: "https://github.com/c-cube/qcheck/archive/0.15.tar.gz" checksum: [ "md5=1afd9ea21b86a726f337ea26920ce918" "sha512=83bde44aa688a590450ca803c1704fda04ab33135ecbc16cbd41758728e65cc4629fa859d4e7e14953ca3ab0c709555b165c05770aafb8711e4101b1a9f211e1" ] }