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"} "topkg" {build & >= "0.7.6"} "base-unix" ] conflicts: [ "ocaml-option-bytecode-only" ] 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/v1.1.tar.gz" checksum: [ "sha256=e30e2a7c9c0972fc2f953c42720b7d7865775330c14de97d3fe7097ab3be154f" "md5=5aee7d5233c99a73a6344bf0451d0618" ] }