opam-version: "2.0" maintainer: "stephen.dolan@cl.cam.ac.uk" authors: ["Stephen Dolan"] homepage: "https://github.com/stedolan/ocaml-afl-persistent" bug-reports: "https://github.com/stedolan/ocaml-afl-persistent/issues" dev-repo: "git+https://github.com/stedolan/ocaml-afl-persistent.git" license: "MIT" build: [[ "ocaml" "pkg/pkg.ml" "build" "--pinned" "%{pinned}%"]] depends: [ "ocaml" {>= "4.05"} "ocamlbuild" {build} "ocamlfind" {build} "topkg" {build & >= "0.7.4"} "base-unix" ] synopsis: "use afl-fuzz in persistent mode" description: """ afl-fuzz normally works by repeatedly fork()ing the program being tested. using this package, you can run afl-fuzz in 'persistent mode', which avoids repeated forking and is much faster.""" url { src: "https://github.com/stedolan/ocaml-afl-persistent/archive/v0.1.tar.gz" checksum: [ "sha256=405227e4a105eab6d754bed2846e5d8e0c818d41a8058f6272cfa095a5fce333" "md5=330785ed27621d62e66154bfb74ff5d8" ] }