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.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/v1.1.tar.gz"
  checksum: "md5=5aee7d5233c99a73a6344bf0451d0618"
}
