| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 2.18 | 8 | amd64 arm arm64 ~ppc ppc64 ~riscv x86 | 0/2.18 |
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DUNE_PKG_NAME="${PN}"
inherit dune
DESCRIPTION="SAT-based package dependency solver"
HOMEPAGE="https://github.com/0install/0install"
SRC_URI="https://github.com/0install/0install/releases/download/v${PV}/0install-${PV}.tbz"
S="${WORKDIR}/0install-${PV}"
LICENSE="LGPL-2.1+"
SLOT="0/${PV}"
KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv x86"
IUSE="+ocamlopt test"
RDEPEND="
>=dev-lang/ocaml-4.08:=[ocamlopt=]
"
DEPEND="${RDEPEND}"
BDEPEND="test? ( dev-ml/ounit2 )"
RESTRICT="!test? ( test )"
QA_FLAGS_IGNORED='.*'
src_compile() {
dune-compile "${PN}"
}
src_test() {
dune-test "${PN}"
}
>=dev-lang/ocaml-4.08:=[ocamlopt=]
>=dev-lang/ocaml-4.08:=[ocamlopt=]
test? ( dev-ml/ounit2 )
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | 0install-2.18.tbz | 452385 bytes | https://github.com/0install/0install/releases/download/v2.18/0install-2.18.tbz |