Install this version:
emerge -a =dev-ml/crowbar-0.2.1
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-ml/crowbar-0.2.1
Or alternatively:
emerge --autounmask-write -a =dev-ml/crowbar-0.2.1
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.2.1 | 8 | ~amd64 | 0/0.2.1 |
# Copyright 2020-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit dune
DESCRIPTION="Write tests, let a fuzzer find failing cases"
HOMEPAGE="https://github.com/stedolan/crowbar"
SRC_URI="https://github.com/stedolan/crowbar/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0/${PV}"
KEYWORDS="~amd64"
IUSE="ocamlopt test"
RDEPEND="
dev-ml/afl-persistent:=
>=dev-ml/cmdliner-1.1.0:=
dev-ml/ocplib-endian:=
"
DEPEND="
${RDEPEND}
test? (
dev-ml/calendar
dev-ml/fpath
dev-ml/pprint
dev-ml/uucp
dev-ml/uunf
dev-ml/uutf
)
"
RESTRICT="!test? ( test )"
Manage flags for this package:
euse -i <flag> -p dev-ml/crowbar |
euse -E <flag> -p dev-ml/crowbar |
euse -D <flag> -p dev-ml/crowbar
dev-ml/afl-persistent:= >=dev-ml/cmdliner-1.1.0:= dev-ml/ocplib-endian:= test? ( dev-ml/calendar dev-ml/fpath dev-ml/pprint dev-ml/uucp dev-ml/uunf dev-ml/uutf )
dev-ml/afl-persistent:= >=dev-ml/cmdliner-1.1.0:= dev-ml/ocplib-endian:=
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | crowbar-0.2.1.tar.gz | 16921 bytes | https://github.com/stedolan/crowbar/archive/v0.2.1.tar.gz |