Files
guru/dev-ml/io-page/io-page-2.4.0.ebuild
Alessandro Barbieri e2d4d202f4 dev-ml/io-page: tests and useflags
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
2022-04-15 22:34:15 +02:00

31 lines
579 B
Bash

# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit dune
MY_P="${PN}-v${PV}"
DESCRIPTION="IO memory page library for Mirage backends"
HOMEPAGE="https://github.com/mirage/io-page"
SRC_URI="https://github.com/mirage/io-page/releases/download/v${PV}/${MY_P}.tbz"
S="${WORKDIR}/${MY_P}"
LICENSE="ISC"
SLOT="0/${PV}"
KEYWORDS="~amd64"
IUSE="ocamlopt test"
RDEPEND="
dev-ml/bigarray-compat
dev-ml/cstruct
"
DEPEND="
${RDEPEND}
test? ( dev-ml/ounit )
"
BDEPEND="virtual/pkgconfig"
RESTRICT="!test? ( test )"