opam-version: "2.0"
synopsis:
  "Randomized testing framework, designed for compatibility with Base"
description: """
Base_quickcheck provides randomized testing in the style of Haskell's Quickcheck library,
with support for built-in types as well as types provided by Base."""
maintainer: "opensource@janestreet.com"
authors: "Jane Street Group, LLC <opensource@janestreet.com>"
license: "MIT"
homepage: "https://github.com/janestreet/base_quickcheck"
doc:
  "https://ocaml.janestreet.com/ocaml-core/latest/doc/base_quickcheck/index.html"
bug-reports: "https://github.com/janestreet/base_quickcheck/issues"
depends: [
  "ocaml" {>= "4.04.2"}
  "base" {>= "v0.12" & < "v0.13"}
  "ppx_base" {>= "v0.12" & < "v0.13"}
  "ppx_fields_conv" {>= "v0.12" & < "v0.13"}
  "ppx_let" {>= "v0.12" & < "v0.13"}
  "ppx_sexp_message" {>= "v0.12" & < "v0.13"}
  "splittable_random" {>= "v0.12" & < "v0.13"}
  "dune" {>= "1.5.1"}
  "ppxlib" {>= "0.5.0" & < "0.9.0"}
]
build: ["dune" "build" "-p" name "-j" jobs]
dev-repo: "git+https://github.com/janestreet/base_quickcheck.git"
url {
  src: "https://github.com/janestreet/base_quickcheck/archive/v0.12.1.tar.gz"
  checksum: "md5=29f641a4b3f9703ea63795f48cacbe25"
}
