dev-ml/opam-0install-cudf - 0.5.0 (gentoo)

Search

Install

Install this version:

emerge -a =dev-ml/opam-0install-cudf-0.5.0

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

autounmask =dev-ml/opam-0install-cudf-0.5.0

Or alternatively:

emerge --autounmask-write -a =dev-ml/opam-0install-cudf-0.5.0

Package Information

Description:
Opam solver using 0install backend using the CUDF interface
Homepage:
https://github.com/ocaml-opam/opam-0install-cudf
License:
ISC

Ebuild Details

Version EAPI Keywords Slot
0.5.0 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="Opam solver using 0install backend using the CUDF interface"
HOMEPAGE="https://github.com/ocaml-opam/opam-0install-cudf"
SRC_URI="https://github.com/ocaml-opam/${PN}/releases/download/v${PV}/${P}.tar.gz"

LICENSE="ISC"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"

IUSE="+ocamlopt test"
RESTRICT="!test? ( test )"

RDEPEND="
	dev-ml/0install:=[ocamlopt?]
	dev-ml/cudf:=[ocamlopt?]
	dev-ml/extlib:=[ocamlopt?]
"
BDEPEND="test? ( dev-ml/alcotest )"

src_configure() {
	:
}

USE Flags

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

Global/Standard Flags

ocamlopt
Default: Enabled (+)

Inherited Eclasses

Dependencies

RDEPEND

	dev-ml/0install:=[ocamlopt?]
	dev-ml/cudf:=[ocamlopt?]
	dev-ml/extlib:=[ocamlopt?]

BDEPEND

test? ( dev-ml/alcotest )

Manifest for 0.5.0

Type File Size Source URLs
DIST opam-0install-cudf-0.5.0.tar.gz 9327 bytes https://github.com/ocaml-opam/opam-0install-cudf/releases/download/v0.5.0/opam-0install-cudf-0.5.0.tar.gz