this repo has no description
1opam-version: "2.0" 2synopsis: "A PPX deriving generators for OCaml types" 3description: 4 "Provides a way to automatically get generators for a given type" 5maintainer: ["François Thiré <bam@saroupille.com>"] 6authors: ["François Thiré <bam@saroupille.com>"] 7license: "MIT" 8tags: ["test" "pbt" "shrinking" "internal" "bam" "ppx"] 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" & < "5.3"} 14 "dune" {>= "3.7" & >= "3.7"} 15 "ppxlib" {>= "0.32.0" & < "0.36.0"} 16 "dmap" {>= "0.5"} 17 "odoc" {with-doc} 18] 19build: [ 20 ["dune" "subst"] {dev} 21 [ 22 "dune" 23 "build" 24 "-p" 25 name 26 "-j" 27 jobs 28 "@install" 29 "@runtest" {with-test} 30 "@doc" {with-doc} 31 ] 32] 33dev-repo: "git+https://github.com/francoisthire/bam.git" 34url { 35 src: 36 "https://github.com/francoisthire/bam/releases/download/v0.3/bam-0.3.tbz" 37 checksum: [ 38 "sha256=6fbb38cad09fb8062841cc67e8cdac279304b8cf1ed14746944cd45246d2a888" 39 "sha512=ad2b880c50921d77e3f190d8e48066407fdf4b9bb168a0e1094cc8ffb234740b53d494089346797d6c7e5bae28f4eb5d95e22b31f9329e3c5817bc506cd652d4" 40 ] 41} 42x-commit-hash: "c81e8e1805e1572495a5717380ce104a9bcaff62"