opam-version: "2.0"
maintainer: "anil@recoil.org"
build: [
  ["ocaml" "setup.ml" "-configure" "--prefix" prefix]
  ["ocaml" "setup.ml" "-build"]
]
remove: [["ocamlfind" "remove" "quickcheck"]]
depends: [
  "ocaml" {< "4.02.0"}
  "ocamlfind"
  "optcomp"
  "ocamlbuild" {build}
]
dev-repo: "git://github.com/avsm/ocaml-quickcheck"
install: ["ocaml" "setup.ml" "-install"]
synopsis: "Translation of QuickCheck from Haskell into OCaml"
flags: light-uninstall
url {
  src: "https://github.com/avsm/ocaml-quickcheck/archive/v1.0.0.tar.gz"
  checksum: "md5=d0adf5b7b3223fb0788857c360c2d902"
}
