opam-version: "2.0"
maintainer: "simon.cruanes@inria.fr"
authors: ["Simon Cruanes <simon.cruanes@inria.fr>"]
homepage: "https://github.com/c-cube/qcheck/"
doc: ["http://cedeela.fr/~simon/software/qcheck/QCheck.html"]
tags: [
  "test"
  "property"
  "quickcheck"
]
build: ["ocaml" "setup.ml" "-configure" "--prefix" prefix]
remove: [["ocamlfind" "remove" "qcheck"]]
depends: [
  "ocaml" {>= "4.00.0" & < "4.06.0"}
  "ocamlfind"
  "ocamlbuild" {build}
]
dev-repo: "git://github.com/c-cube/qcheck"
install: [
  [make "all" "install_file"]
  [make "install"]
]
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."""
flags: light-uninstall
url {
  src: "https://github.com/c-cube/qcheck/archive/0.1.3.tar.gz"
  checksum: "md5=2f6e386165b1a7dbab61a72a45792934"
}
