dev-ml/afl-persistent - 1.4 (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
1.4 8 ~amd64 0/1.4
View Raw Ebuild
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit dune edo

MY_PN="ocaml-${PN}"

DESCRIPTION="Persistent-mode afl-fuzz for ocaml OCaml"
HOMEPAGE="https://github.com/stedolan/ocaml-afl-persistent"
SRC_URI="https://github.com/stedolan/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${MY_PN}-${PV}"

LICENSE="MIT"
SLOT="0/${PV}"
KEYWORDS="~amd64"
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 )

Manifest for 1.4

Type File Size Source URLs
DIST afl-persistent-1.4.tar.gz 4154 bytes https://github.com/stedolan/ocaml-afl-persistent/archive/v1.4.tar.gz