Install this version:
emerge -a =dev-ml/afl-persistent-9999
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-ml/afl-persistent-9999
Or alternatively:
emerge --autounmask-write -a =dev-ml/afl-persistent-9999
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 9999 | 8 | 0/9999 |
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit dune edo git-r3
DESCRIPTION="Persistent-mode afl-fuzz for ocaml OCaml"
HOMEPAGE="https://github.com/stedolan/ocaml-afl-persistent"
EGIT_REPO_URI="https://github.com/stedolan/ocaml-afl-persistent.git"
LICENSE="MIT"
SLOT="0/${PV}"
IUSE="+ocamlopt test"
RESTRICT="test" # fails
BDEPEND="test? ( app-forensics/afl )"
src_test() {
edo pushd test
edo ./test.sh
edo popd
}
Manage flags for this package:
euse -i <flag> -p dev-ml/afl-persistent |
euse -E <flag> -p dev-ml/afl-persistent |
euse -D <flag> -p dev-ml/afl-persistent
test? ( app-forensics/afl )