opam-version: "2.0" synopsis: "Alcotest backend for qcheck" maintainer: "simon.cruanes.2007@m4x.org" authors: "the qcheck contributors" license: "BSD-2-Clause" tags: ["test" "quickcheck" "qcheck" "alcotest"] homepage: "https://github.com/c-cube/qcheck/" doc: "http://c-cube.github.io/qcheck/" bug-reports: "https://github.com/c-cube/qcheck/issues" depends: [ "dune" {>= "2.8.0"} "base-unix" "qcheck-core" {= version} "alcotest" {>= "1.2.0"} "odoc" {with-doc} "ocaml" {>= "4.08.0"} ] build: [ ["dune" "build" "-p" name "-j" jobs] ["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc} ["dune" "runtest" "-p" name "-j" jobs] {with-test} ] dev-repo: "git+https://github.com/c-cube/qcheck.git" url { src: "https://github.com/c-cube/qcheck/archive/v0.24.tar.gz" checksum: [ "md5=4eecb056dba04a9b68786135dd2e66bc" "sha512=b7a0dcf6c46e297f8e44f0c66d4b671f285c87fe4052f5e990f02012a5386b8052a5f1e79fc92093e7ef20c6d69155d63e40fc7e30cdc4d34b2d1c8654568958" ] } x-maintenance-intent: ["(latest)"]