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.8.0" } 20 "base-unix" 21 "qcheck-core" { = version } 22 "alcotest" {>= "1.2.0"} 23 "odoc" {with-doc} 24 "ocaml" {>= "4.08.0"} 25] 26dev-repo: "git+https://github.com/c-cube/qcheck.git" 27bug-reports: "https://github.com/c-cube/qcheck/issues" 28authors: "the qcheck contributors" 29url { 30 src: "https://github.com/c-cube/qcheck/archive/v0.22.tar.gz" 31 checksum: [ 32 "md5=f05bdc3a15da4c65e9e4a87f845bc1ef" 33 "sha512=2bc273d73b9732564eadb78a2ab390b85c6f9ffb7ba46d3ec8725384631f199e17937740264c550ef4f06df62ffe655f2be19259f8f4cf4c2e81010a9c1a19e3" 34 ] 35}