dev-ml/afl-persistent - 9999 (nest)

Search

Package Information

Description:
Persistent-mode afl-fuzz for ocaml OCaml
Homepage:
https://github.com/stedolan/ocaml-afl-persistent
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
9999 8 0/9999
View Raw Ebuild
# 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
}

USE Flags

ocamlopt
Default: Enabled (+)

Dependencies

BDEPEND

test? ( app-forensics/afl )