Files
guru/dev-ml/afl-persistent/metadata.xml
Alessandro Barbieri 8ba1e8a9c8 dev-ml/*: improve metadata
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
2022-04-26 12:33:35 +02:00

21 lines
821 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<description>co-maintainers welcome</description>
<email>lssndrbarbieri@gmail.com</email>
<name>Alessandro Barbieri</name>
</maintainer>
<longdescription lang="en">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.</longdescription>
<upstream>
<bugs-to>https://github.com/stedolan/ocaml-afl-persistent/issues</bugs-to>
<remote-id type="github">stedolan/ocaml-afl-persistent</remote-id>
<maintainer>
<name>Stephen Dolan</name>
<email>stephen.dolan@cl.cam.ac.uk</email>
</maintainer>
</upstream>
</pkgmetadata>