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