dev-ml/0install-solver - 2.18 (zscheile)

Search

Package Information

Description:
SAT-based package dependency solver
Homepage:
https://github.com/0install/0install
License:
LGPL-2.1+

Ebuild Details

Version EAPI Keywords Slot
2.18 8 amd64 arm arm64 ~ppc ppc64 ~riscv x86 0/2.18
View Raw Ebuild
# 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}"
}

USE Flags

ocamlopt
Default: Enabled (+)

Dependencies

DEPEND

	>=dev-lang/ocaml-4.08:=[ocamlopt=]

RDEPEND

	>=dev-lang/ocaml-4.08:=[ocamlopt=]

BDEPEND

test? ( dev-ml/ounit2 )

Manifest for 2.18

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