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-core" {>= "0.24"} 12 "ppxlib" {>= "0.36.0"} 13 "ppx_deriving" {>= "6.1.0"} 14 "odoc" {with-doc} 15 "alcotest" {with-test & >= "1.4.0"} 16 "qcheck-alcotest" {with-test & >= "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/c-cube/qcheck.git" 24url { 25 src: "https://github.com/c-cube/qcheck/archive/v0.25.tar.gz" 26 checksum: [ 27 "md5=e1e928bf792c27de5c072f9123eeaec9" 28 "sha512=a0b5791cea09f98f1f17221e6289b87a7a1c16ae1c9af0c2e5bd6a170f2cf8727dba0759a7fd932d5d617e8c242562d69187c7e74eefd5262bc5fd75a322699e" 29 ] 30} 31x-maintenance-intent: ["(latest)"]