Install this version:
emerge -a =dev-ml/otoml-1.0.5
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-ml/otoml-1.0.5
Or alternatively:
emerge --autounmask-write -a =dev-ml/otoml-1.0.5
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.0.5 | 8 | ~amd64 | 0/1.0.5 |
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit dune
DESCRIPTION="TOML parsing, manipulation, and pretty-printing library"
HOMEPAGE="https://github.com/dmbaturin/otoml"
SRC_URI="https://github.com/dmbaturin/${PN}/archive/${PV}.tar.gz -> ${P}.gh.tar.gz"
LICENSE="MIT"
SLOT="0/${PV}"
KEYWORDS="~amd64"
IUSE="+ocamlopt test"
RESTRICT="!test? ( test )"
DOCS=( README.md CHANGELOG.md )
RDEPEND="
dev-ml/menhir:=[ocamlopt?]
>=dev-ml/uutf-1.0.0:=[ocamlopt?]
>=dev-lang/ocaml-4.08:=[ocamlopt?]
>=dev-ml/dune-2.0.0
"
DEPEND="
${RDEPEND}
test? (
dev-ml/ounit2:=[ocamlopt?]
)
"
Manage flags for this package:
euse -i <flag> -p dev-ml/otoml |
euse -E <flag> -p dev-ml/otoml |
euse -D <flag> -p dev-ml/otoml
dev-ml/menhir:=[ocamlopt?] >=dev-ml/uutf-1.0.0:=[ocamlopt?] >=dev-lang/ocaml-4.08:=[ocamlopt?] >=dev-ml/dune-2.0.0 test? ( dev-ml/ounit2:=[ocamlopt?] )
dev-ml/menhir:=[ocamlopt?] >=dev-ml/uutf-1.0.0:=[ocamlopt?] >=dev-lang/ocaml-4.08:=[ocamlopt?] >=dev-ml/dune-2.0.0
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | otoml-1.0.5.gh.tar.gz | 33194 bytes | https://github.com/dmbaturin/otoml/archive/1.0.5.tar.gz |