dev-ml/crowbar: initial import

Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2022-04-06 22:24:40 +02:00
parent fb05ef9153
commit abf2ed0cb8
3 changed files with 47 additions and 0 deletions

View File

@@ -0,0 +1,34 @@
# Copyright 2020-2022 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="
${DEPEND}
test? (
dev-ml/calendar
dev-ml/fpath
dev-ml/pprint
dev-ml/uucp
dev-ml/uunf
dev-ml/uutf
)
"
RESTRICT="!test? ( test )"