this repo has no description
1opam-version: "2.0" 2synopsis: "PPX Deriver for QCheck" 3maintainer: "valentin.chb@gmail.com" 4authors: "the qcheck contributors" 5license: "BSD-2-Clause" 6homepage: "https://github.com/c-cube/qcheck/" 7bug-reports: "https://github.com/c-cube/qcheck/-/issues" 8depends: [ 9 "dune" {>= "2.8.0"} 10 "ocaml" {>= "4.08.0"} 11 "qcheck" {>= "0.19" & < "0.24"} 12 "ppxlib" {>= "0.22.0" & < "0.36.0"} 13 "ppx_deriving" {>= "5.2.1"} 14 "odoc" {with-doc} 15 "alcotest" {with-test & >= "1.4.0"} 16 "qcheck-alcotest" {with-test & >= "0.17" & < "0.24"} 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/vch9/ppx_deriving_qcheck.git" 24url { 25 src: "https://github.com/c-cube/qcheck/archive/v0.21.tar.gz" 26 checksum: [ 27 "md5=f8c41b745ca6e78780b9c7494fbf54bc" 28 "sha512=39c6a0a948ed6af540b6886fe1ecb7719dc3f500e943117dc2bb16792ec13d3dcb524113fd61090f935d5e71193c030717af34d456cdb84459c501e7ba7b55a3" 29 ] 30}