this repo has no description
1opam-version: "2.0" 2synopsis: "Compatibility package for qcheck" 3maintainer: "simon.cruanes.2007@m4x.org" 4authors: "Simon Cruanes <simon.cruanes.2007@m4x.org>" 5tags: ["test" "property" "quickcheck"] 6homepage: "https://github.com/c-cube/qcheck/" 7license: "BSD-2-Clause" 8doc: "http://c-cube.github.io/qcheck/" 9bug-reports: "https://github.com/c-cube/qcheck/issues" 10depends: [ 11 "dune" 12 "base-bytes" 13 "base-unix" 14 "qcheck-core" {= version} 15 "qcheck-ounit" {= version} 16 "odoc" {with-doc} 17 "ocaml" {>= "4.03.0"} 18] 19conflicts: [ 20 "ounit" {< "2.0"} 21] 22build: [ 23 ["dune" "build" "-p" name "-j" jobs] 24 ["dune" "build" "@doc" "-p" name] {with-doc} 25] 26run-test: ["dune" "runtest" "-p" name] 27dev-repo: "git+https://github.com/c-cube/qcheck.git" 28url { 29 src: "https://github.com/c-cube/qcheck/archive/0.10.tar.gz" 30 checksum: [ 31 "md5=de3599bfa7ad2a4981c289affeb9bf6e" 32 "sha512=250d7934012455d29d95b710f5b42bbe3ea42e6ec1b5781dba807781ac9d5a66ca39dc4535667fd9b00bfcc566e11dbdb3f7306dde1d8f0e9f90d1447cdc4d97" 33 ] 34}