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