opam-version: "2.0" synopsis: "A property-based testing library with internal shrinking" description: "A property-based testing allowing to define generators with internal shrinking easily" maintainer: ["François Thiré "] authors: ["François Thiré "] license: "MIT" tags: ["test" "pbt" "shrinking" "internal"] homepage: "https://github.com/francoisthire/bam" doc: "https://francoisthire.github.io/bam/" bug-reports: "https://github.com/francoisthire/bam/issues" depends: [ "ocaml" {>= "4.14"} "dune" {>= "3.7" & >= "3.7"} "pringo" "zarith" {>= "1.13"} "odoc" {with-doc} "tezt" {>= "4.0" & with-test} ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc} ] ] dev-repo: "git+https://github.com/francoisthire/bam.git" url { src: "https://github.com/francoisthire/bam/releases/download/v0.3/bam-0.3.tbz" checksum: [ "sha256=6fbb38cad09fb8062841cc67e8cdac279304b8cf1ed14746944cd45246d2a888" "sha512=ad2b880c50921d77e3f190d8e48066407fdf4b9bb168a0e1094cc8ffb234740b53d494089346797d6c7e5bae28f4eb5d95e22b31f9329e3c5817bc506cd652d4" ] } x-commit-hash: "c81e8e1805e1572495a5717380ce104a9bcaff62"