Install this version:
emerge -a =dev-ml/ocaml-version-3.6.8
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-ml/ocaml-version-3.6.8
Or alternatively:
emerge --autounmask-write -a =dev-ml/ocaml-version-3.6.8
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 3.6.8 | 8 | ~amd64 | 0/3.6.8 |
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit dune
DESCRIPTION="Library to parse and enumerate releases of the OCaml compiler"
HOMEPAGE="https://github.com/ocurrent/ocaml-version"
SRC_URI="https://github.com/ocurrent/ocaml-version/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="ISC"
SLOT="0/${PV}"
KEYWORDS="~amd64"
IUSE="ocamlopt test"
RESTRICT="!test? ( test )"
BDEPEND="
test? (
dev-ml/alcotest:=
)
"
Manage flags for this package:
euse -i <flag> -p dev-ml/ocaml-version |
euse -E <flag> -p dev-ml/ocaml-version |
euse -D <flag> -p dev-ml/ocaml-version
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | ocaml-version-3.6.8.tar.gz | 14336 bytes | https://github.com/ocurrent/ocaml-version/archive/v3.6.8.tar.gz |