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