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-bytes" 13 "base-unix" 14 "qcheck-core" {= version} 15 "alcotest" {>= "0.8.1"} 16 "odoc" {with-doc} 17 "ocaml" {>= "4.08.0"} 18] 19build: [ 20 ["dune" "build" "-p" name "-j" jobs] 21 ["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc} 22 ["dune" "runtest" "-p" name "-j" jobs] {with-test} 23] 24dev-repo: "git+https://github.com/c-cube/qcheck.git" 25url { 26 src: "https://github.com/c-cube/qcheck/archive/v0.21.2.tar.gz" 27 checksum: [ 28 "md5=b8e3728fc1b534ee01e3c2b7e2b30bb3" 29 "sha512=67ff77a66ccf046dfede9123a322002f232a0a65b8ce1890795a4a4ba247bc5413f988e7cfd53412418036c2b907e4cbcd7dcd39d7f1fd2481aee60107b075cc" 30 ] 31}