this repo has no description

Merge pull request #22770 from kit-ty-kate/fix-185

afl-persistent >= 1.1 does not handle not having ocamlopt

Kate 050818be 1d5698c5

Changed files
+9
packages
afl-persistent
afl-persistent.1.1
afl-persistent.1.2
afl-persistent.1.3
+3
packages/afl-persistent/afl-persistent.1.1/opam
···
"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
+3
packages/afl-persistent/afl-persistent.1.2/opam
···
"ocamlfind"
"base-unix"
]
+
conflicts: [
+
"ocaml-option-bytecode-only"
+
]
post-messages: [
"afl-persistent is installed, but since AFL instrumentation is not available
with this OCaml compiler, instrumented fuzzing with afl-fuzz won't work.
+3
packages/afl-persistent/afl-persistent.1.3/opam
···
"ocaml" {>= "4.00"}
"base-unix"
]
+
conflicts: [
+
"ocaml-option-bytecode-only"
+
]
post-messages: [
"afl-persistent is installed, but since AFL instrumentation is not available
with this OCaml compiler, instrumented fuzzing with afl-fuzz won't work.