opam-version: "2.0"
maintainer: "jan.doms@gmail.com"
build: [
  ["ocaml" "setup.ml" "-configure" "--prefix" prefix]
  ["ocaml" "setup.ml" "-build"]
]
remove: [["ocamlfind" "remove" "quickcheck"]]
depends: [
  "ocaml"
  "ocamlfind"
  "optcomp"
  "ocamlbuild" {build}
]
dev-repo: "git://github.com/domsj/ocaml-quickcheck"
install: ["ocaml" "setup.ml" "-install"]
synopsis: "Translation of QuickCheck from Haskell into OCaml"
flags: light-uninstall
url {
  src: "https://github.com/domsj/ocaml-quickcheck/archive/1.0.2.zip"
  checksum: "md5=286b23c81a22bbca060e4e39d0a6c12c"
}
