dev-ml/0install - 2.18 (gentoo)

Search

Install

Install this version:

emerge -a =dev-ml/0install-2.18

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-ml/0install-2.18

Or alternatively:

emerge --autounmask-write -a =dev-ml/0install-2.18

Package Information

Description:
Package dependency solver
Homepage:
https://docs.0install.net/developers/solver/
License:
LGPL-2.1+

Ebuild Details

Version EAPI Keywords Slot
2.18 8 ~amd64 ~arm ~arm64 ~riscv ~x86 0
View Raw Ebuild
# Copyright 2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit dune

DESCRIPTION="Package dependency solver"
HOMEPAGE="https://docs.0install.net/developers/solver/"
SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tbz"

LICENSE="LGPL-2.1+"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"

IUSE="+ocamlopt"

RDEPEND="
	dev-ml/lwt:=[ocamlopt?]
	dev-ml/ocaml-sha:=[ocamlopt?]
	dev-ml/ocplib-endian:=[ocamlopt?]
	dev-ml/ocurl:=[ocamlopt?]
	dev-ml/react:=
	dev-ml/stdlib-shims:=[ocamlopt?]
	dev-ml/xmlm:=
	dev-ml/yojson:=[ocamlopt?]
"
BDEPEND="dev-ml/findlib"

RESTRICT="test"

src_compile() {
	dune-compile 0install-solver 0install
}

src_install() {
	dune-install 0install-solver 0install
}

USE Flags

Manage flags for this package: euse -i <flag> -p dev-ml/0install | euse -E <flag> -p dev-ml/0install | euse -D <flag> -p dev-ml/0install

Global/Standard Flags

ocamlopt
Default: Enabled (+)

Inherited Eclasses

Dependencies

RDEPEND

	dev-ml/lwt:=[ocamlopt?]
	dev-ml/ocaml-sha:=[ocamlopt?]
	dev-ml/ocplib-endian:=[ocamlopt?]
	dev-ml/ocurl:=[ocamlopt?]
	dev-ml/react:=
	dev-ml/stdlib-shims:=[ocamlopt?]
	dev-ml/xmlm:=
	dev-ml/yojson:=[ocamlopt?]

BDEPEND

dev-ml/findlib

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