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]
7homepage: "https://github.com/vincent-hugot/qtest"
8bug-reports: "https://github.com/vincent-hugot/qtest/issues"
9doc:
10 "https://github.com/vincent-hugot/qtest/blob/master/README.adoc#introduction"
11tags: ["test" "property" "quickcheck"]
12dev-repo: "git+ssh://git@github.com/vincent-hugot/qtest.git"
13build: ["jbuilder" "build" "-j" jobs "-p" name]
14depends: [
15 "ocaml" {>= "4.02.0"}
16 "base-bytes"
17 "ounit" {>= "2.0.0"}
18 "jbuilder" {>= "1.0+beta19"}
19 "qcheck" {>= "0.5"}
20]
21synopsis: "qtest : Inline (Unit) Tests for OCaml."
22description: """
23qtest extracts inline unit tests written using a special
24syntax in comments. Those tests are then run using the oUnit framework
25and the qcheck library. The possibilities range from trivial tests --
26extremely simple to use -- to sophisticated random generation of test cases."""
27url {
28 src: "https://github.com/vincent-hugot/qtest/archive/v2.9.tar.gz"
29 checksum: [
30 "sha256=b2270368baa55fe668764151bb15f30a5f87dd5fe535a5b1a922483ad44618bc"
31 "md5=74b30bf97719726f0fc23e7beb701750"
32 ]
33}