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
# 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() {
:
}
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
dev-ml/0install:=[ocamlopt?] dev-ml/cudf:=[ocamlopt?] dev-ml/extlib:=[ocamlopt?]
test? ( dev-ml/alcotest )
| 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 |