dev-ml/afl-persistent - 1.3 (guru)

Search

Install

Install this version:

emerge -a =dev-ml/afl-persistent-1.3

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-ml/afl-persistent-1.3

Or alternatively:

emerge --autounmask-write -a =dev-ml/afl-persistent-1.3

Package Information

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

Ebuild Details

Version EAPI Keywords Slot
1.3 7 ~amd64 0/1.3
View Raw Ebuild
# Copyright 2020-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit opam

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

LICENSE="MIT"
SLOT="0/${PV}"
KEYWORDS="~amd64"

RDEPEND="dev-lang/ocaml:="
DEPEND="${RDEPEND}"

src_compile() {
	./build.sh || die
}

Inherited Eclasses

Dependencies

DEPEND

dev-lang/ocaml:=

RDEPEND

dev-lang/ocaml:=

Manifest for 1.3

Type File Size Source URLs
DIST afl-persistent-1.3.tar.gz 4310 bytes https://github.com/stedolan/ocaml-afl-persistent/archive/v1.3.tar.gz