Install this version:
emerge -a =dev-ml/lua-ml-0.9.4
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-ml/lua-ml-0.9.4
Or alternatively:
emerge --autounmask-write -a =dev-ml/lua-ml-0.9.4
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.9.4 | 8 | ~amd64 | 0/0.9.4 |
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit dune
DESCRIPTION="An embeddable Lua 2.5 interpreter implemented in OCaml"
HOMEPAGE="https://github.com/lindig/lua-ml"
SRC_URI="https://github.com/lindig/${PN}/archive/${PV}.tar.gz -> ${P}.gh.tar.gz"
LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~amd64"
IUSE="+ocamlopt"
RDEPEND="
>=dev-lang/ocaml-4.7:=[ocamlopt?]
dev-ml/menhir:=[ocamlopt?]
"
DEPEND="${RDEPEND}"
Manage flags for this package:
euse -i <flag> -p dev-ml/lua-ml |
euse -E <flag> -p dev-ml/lua-ml |
euse -D <flag> -p dev-ml/lua-ml
>=dev-lang/ocaml-4.7:=[ocamlopt?] dev-ml/menhir:=[ocamlopt?]
>=dev-lang/ocaml-4.7:=[ocamlopt?] dev-ml/menhir:=[ocamlopt?]
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | lua-ml-0.9.4.gh.tar.gz | 263066 bytes | https://github.com/lindig/lua-ml/archive/0.9.4.tar.gz |