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" 9license: "LGPL-3.0-or-later" 10build: [ 11 ["dune" "build" "-p" name "-j" jobs] 12] 13depends: [ 14 "ocaml" { >= "4.03" } 15 "dune" { >= "2.0" } 16 "afl-persistent" { >= "1.3" } 17 "pprint" { >= "20200410" } 18 "seq" 19] 20synopsis: "A framework for testing a library using afl-fuzz" 21url { 22 src: 23 "https://gitlab.inria.fr/fpottier/monolith/-/archive/20210525/archive.tar.gz" 24 checksum: [ 25 "md5=f23de1844eb4e2de4cab0071325a5e22" 26 "sha512=1fd19b5f188bd333f5ae9966da71993bcadbe94b2d150e7e6064caaf0a7a1e6cd822926e0a75d42f7037757a075f2b3f44dd6f1fdfd004c17933d73ea81a7cb2" 27 ] 28}