opam-version: "2.0"
maintainer: "simon.cruanes.2007@m4x.org"
authors: "Simon Cruanes <simon.cruanes.2007@m4x.orgr>"
homepage: "https://github.com/c-cube/qcheck/"
bug-reports: "https://github.com/c-cube/qcheck/issues"
doc: "http://c-cube.github.io/qcheck/"
tags: ["test" "property" "quickcheck"]
dev-repo: "git+https://github.com/c-cube/qcheck.git"
build: [
  ["jbuilder" "build" "-p" name "-j" jobs]
  ["jbuilder" "runtest"] {with-test}
  ["jbuilder" "build" "@doc"] {with-doc}
]
depends: [
  "ocaml" {>= "4.02.0"}
  "jbuilder"
  "base-bytes"
  "base-unix"
  "ounit"
]
conflicts: [
  "ounit" {< "2.0"}
]
synopsis: "QuickCheck inspired property-based testing for OCaml."
description: """
This module allows to check invariants (properties of some types) over
randomly generated instances of the type. It provides combinators for
generating instances and printing them."""
url {
  src: "https://github.com/c-cube/qcheck/archive/0.8.tar.gz"
  checksum: "md5=061005847a32c4b4252d449e26f6c8f9"
}
