this repo has no description
1opam-version: "2.0"
2maintainer: "Simon Cruanes <simon.cruanes.2007@m4x.org"
3authors: [
4 "Vincent Hugot <vincent.hugot@gmail.com>"
5 "Simon Cruanes <simon.cruanes.2007@m4x.org"
6]
7synopsis: "Lightweight inline test extraction from comments"
8homepage: "https://github.com/vincent-hugot/qtest"
9bug-reports: "https://github.com/vincent-hugot/qtest/issues"
10doc:
11 "https://github.com/vincent-hugot/qtest/blob/master/README.adoc#introduction"
12dev-repo: "git+https://github.com/vincent-hugot/qtest.git"
13build: [
14 [ "dune" "build" "@install" "-j" jobs "-p" name ]
15]
16depends: [
17 "base-bytes"
18 "ounit" { >= "2.0.0" }
19 "dune" { >= "1.1" }
20 "qcheck" { >= "0.5" }
21 "ocaml" {>= "4.02.0" & < "5.0.0"}
22]
23tags: [
24 "test"
25 "property"
26 "quickcheck"
27]
28url {
29 src: "https://github.com/vincent-hugot/qtest/archive/v2.10.1.tar.gz"
30 checksum: [
31 "md5=02bc66f1f5174e405ab839f8b711fe8e"
32 "sha512=838ff1951b8da35f0551b1db4d36a03ad803a57ba8b85816a51e6b1bc2ad7778299a7fd026a062437252b40c0de1c83b6171605b19f01e3874274b2676341bf0"
33 ]
34}