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" 20 "base-bytes" 21 "base-unix" 22 "qcheck-core" { = version } 23 "alcotest" {>= "0.8.0"} 24 "odoc" {with-doc} 25 "ocaml" {>= "4.03.0"} 26] 27dev-repo: "git+https://github.com/c-cube/qcheck.git" 28bug-reports: "https://github.com/c-cube/qcheck/issues" 29authors: "Simon Cruanes <simon.cruanes.2007@m4x.org>" 30url { 31 src: "https://github.com/c-cube/qcheck/archive/0.16.tar.gz" 32 checksum: [ 33 "md5=5f90fcc32c3b3fbaa6c949746756b208" 34 "sha512=eb9f08cdad479399347ae7771f610d58622d45af79ae9e46d3267da7d3c197cb9d1ea57fafa6af5f1fcd0e360282f72c183dd0f6ba47329536c5523661eb40e8" 35 ] 36}