opam-version: "2.0"
maintainer: "Simon Cruanes <simon.cruanes.2007@m4x.org"
authors: [
  "Vincent Hugot <vincent.hugot@gmail.com>"
  "Simon Cruanes <simon.cruanes.2007@m4x.org"
]
homepage: "https://github.com/vincent-hugot/qtest"
bug-reports: "https://github.com/vincent-hugot/qtest/issues"
doc:
  "https://github.com/vincent-hugot/qtest/blob/master/README.adoc#introduction"
tags: ["test" "property" "quickcheck"]
dev-repo: "git+ssh://git@github.com/vincent-hugot/qtest.git"
build: ["jbuilder" "build" "-j" jobs "-p" name]
depends: [
  "ocaml" {>= "4.02.0"}
  "base-bytes"
  "ounit" {>= "2.0.0"}
  "jbuilder" {>= "1.0+beta19"}
  "qcheck" {>= "0.5"}
]
synopsis: "qtest : Inline (Unit) Tests for OCaml."
description: """
qtest extracts inline unit tests written using a special
syntax in comments. Those tests are then run using the oUnit framework
and the qcheck library.  The possibilities range from trivial tests --
extremely simple to use -- to sophisticated random generation of test cases."""
url {
  src: "https://github.com/vincent-hugot/qtest/archive/v2.9.tar.gz"
  checksum: "md5=74b30bf97719726f0fc23e7beb701750"
}
