this repo has no description
1opam-version: "2.0"
2maintainer: "stephen.dolan@cl.cam.ac.uk"
3authors: ["Stephen Dolan"]
4homepage: "https://github.com/stedolan/ocaml-afl-persistent"
5bug-reports: "https://github.com/stedolan/ocaml-afl-persistent/issues"
6dev-repo: "git+https://github.com/stedolan/ocaml-afl-persistent.git"
7license: "MIT"
8build:
9[[ "ocaml" "pkg/pkg.ml" "build"
10 "--pinned" "%{pinned}%"]]
11depends: [
12 "ocaml" {>= "4.05"}
13 "ocamlbuild" {build}
14 "ocamlfind" {build}
15 "topkg" {build & >= "0.7.4"}
16 "base-unix"
17]
18synopsis: "use afl-fuzz in persistent mode"
19description: """
20afl-fuzz normally works by repeatedly fork()ing the program being
21tested. using this package, you can run afl-fuzz in 'persistent mode',
22which avoids repeated forking and is much faster."""
23url {
24 src: "https://github.com/stedolan/ocaml-afl-persistent/archive/v0.1.tar.gz"
25 checksum: [
26 "sha256=405227e4a105eab6d754bed2846e5d8e0c818d41a8058f6272cfa095a5fce333"
27 "md5=330785ed27621d62e66154bfb74ff5d8"
28 ]
29}