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"
]
synopsis: "Lightweight inline test extraction from comments"
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"
dev-repo: "git+https://github.com/vincent-hugot/qtest.git"
build: [
  [ "dune" "build" "@install" "-j" jobs "-p" name ]
]
depends: [
  "base-bytes"
  "ounit" { >= "2.0.0" }
  "dune" { >= "1.1" & < "2.0" }
  "qcheck" { >= "0.5" }
  "ocaml" { >= "4.02.0" }
]
tags: [
  "test"
  "property"
  "quickcheck"
]
url {
  src: "https://github.com/vincent-hugot/qtest/archive/v2.10.tar.gz"
  checksum: [
    "md5=4002192977a5984c4870b93b07a6f49f"
    "sha512=f0475018ffd0f75f08ef57093a98e3fdd9aa81efee68603ae337123a335bdf9bface89469daee7546e3792eb82522a78634ca3c3f63ffa646dea087d35e98900"
  ]
}
