opam-version: "2.0"
maintainer: "simon.cruanes.2007@m4x.org"
homepage: "https://github.com/c-cube/qcheck/"
synopsis: "Alcotest backend for qcheck"
doc: ["http://c-cube.github.io/qcheck/"]
tags: [
  "test"
  "quickcheck"
  "qcheck"
  "alcotest"
]
build: [
  ["dune" "build" "-p" name "-j" jobs]
  ["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc}
  ["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
depends: [
  "dune"
  "base-bytes"
  "base-unix"
  "qcheck-core" { = version }
  "alcotest"
  "odoc" {with-doc}
  "ocaml" {>= "4.03.0"}
]
dev-repo: "git+https://github.com/c-cube/qcheck.git"
bug-reports: "https://github.com/c-cube/qcheck/issues"
authors: "Simon Cruanes <simon.cruanes.2007@m4x.org>"
url {
  src:
    "https://github.com/c-cube/qcheck/archive/0.14.tar.gz"
  checksum: [
    "md5=a2404f28cba107b4c2263dcc2e67b3ac"
  ]
}
