Install this version:
emerge -a =dev-ml/ocaml-hex-1.5.0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-ml/ocaml-hex-1.5.0
Or alternatively:
emerge --autounmask-write -a =dev-ml/ocaml-hex-1.5.0
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.5.0 | 8 | ~amd64 | 0/1.5.0 |
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DUNE_PKG_NAME="hex"
inherit dune
DESCRIPTION="Hexadecimal converter"
HOMEPAGE="https://github.com/mirage/ocaml-hex"
SRC_URI="https://github.com/mirage/${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
LICENSE="ISC"
SLOT="0/${PV}"
KEYWORDS="~amd64"
IUSE="+ocamlopt"
DOCS=( README.md CHANGES.md )
DEPEND="
>=dev-lang/ocaml-4.08.0[ocamlopt?]
>=dev-ml/cstruct-1.7.0
"
RDEPEND="${DEPEND}"
Manage flags for this package:
euse -i <flag> -p dev-ml/ocaml-hex |
euse -E <flag> -p dev-ml/ocaml-hex |
euse -D <flag> -p dev-ml/ocaml-hex
>=dev-lang/ocaml-4.08.0[ocamlopt?] >=dev-ml/cstruct-1.7.0
>=dev-lang/ocaml-4.08.0[ocamlopt?] >=dev-ml/cstruct-1.7.0
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | ocaml-hex-1.5.0.gh.tar.gz | 6913 bytes | https://github.com/mirage/ocaml-hex/archive/v1.5.0.tar.gz |