this repo has no description
1opam-version: "2.0"
2synopsis: "A property-based testing library with internal shrinking"
3description:
4 "A property-based testing allowing to define generators with internal shrinking easily"
5maintainer: ["François Thiré"]
6authors: ["François Thiré"]
7license: "MIT"
8tags: ["test" "pbt" "shrinking" "internal"]
9homepage: "https://github.com/francoisthire/bam"
10doc: "https://francoisthire.github.io/bam/"
11bug-reports: "https://github.com/francoisthire/bam/issues"
12depends: [
13 "ocaml" {>= "4.14"}
14 "dune" {>= "3.7" & >= "3.7"}
15 "pringo"
16 "zarith" {>= "1.13"}
17 "odoc" {with-doc}
18 "tezt" {with-test}
19]
20build: [
21 ["dune" "subst"] {dev}
22 [
23 "dune"
24 "build"
25 "-p"
26 name
27 "-j"
28 jobs
29 "@install"
30 "@runtest" {with-test}
31 "@doc" {with-doc}
32 ]
33]
34dev-repo: "git+https://github.com/francoisthire/bam.git"
35url {
36 src:
37 "https://github.com/francoisthire/bam/releases/download/v0.1/bam-0.1.tbz"
38 checksum: [
39 "sha256=1b12aab13fb56d275a1f495a45a106e4b18137f2873f7f1c63875dc4149867bc"
40 "sha512=93081f70872db99e50c16703cc4a9a900f121a2cacd2f210bd5b0b55ad9139d187bbe06e748ea8c45475fa84d1e7767d82d5b3adb505bc1250f454fa09e140e2"
41 ]
42}
43x-commit-hash: "5dc85deccfdf9ec9f50e2f9cd9cf7c98ec7ebbdd"