this repo has no description
1opam-version: "2.0" 2maintainer: "francois.pottier@inria.fr" 3authors: [ 4 "François Pottier <francois.pottier@inria.fr>" 5] 6homepage: "https://gitlab.inria.fr/fpottier/monolith" 7dev-repo: "git+https://gitlab.inria.fr/fpottier/monolith.git" 8bug-reports: "francois.pottier@inria.fr" 9build: [ 10 ["dune" "build" "-p" name "-j" jobs] 11] 12depends: [ 13 "ocaml" { >= "4.03" } 14 "dune" { >= "2.0" } 15 "afl-persistent" { >= "1.3" } 16 "pprint" { >= "20200410" } 17] 18synopsis: "A framework for testing a library using afl-fuzz" 19url { 20 src: 21 "https://gitlab.inria.fr/fpottier/monolith/-/archive/20200609/archive.tar.gz" 22 checksum: [ 23 "md5=23616fea1b28fb5309ced2e52e8b2c19" 24 "sha512=c0f8235ef4e0a6093f21233d154d6018cf87072639f2f7e069da494aea6bc1eb2a282a14090f4fc9fc1924ed7884a71cbd0a8b862c8a991feb6279c05f387c04" 25 ] 26}