Files
guru/dev-ml/crowbar/crowbar-0.2.1.ebuild
Thomas Bracht Laumann Jespersen 776d4decc0 dev-ml/crowbar: fix DEPEND
Signed-off-by: Thomas Bracht Laumann Jespersen <t@laumann.xyz>
2025-10-18 07:27:25 +00:00

35 lines
628 B
Bash

# 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 )"