dev-ml/lua-ml - 0.9.4 (guru)

Search

Install

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

Package Information

Description:
An embeddable Lua 2.5 interpreter implemented in OCaml
Homepage:
https://github.com/lindig/lua-ml
License:
BSD

Ebuild Details

Version EAPI Keywords Slot
0.9.4 8 ~amd64 0/0.9.4
View Raw Ebuild
# 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}"

USE Flags

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

Global/Standard Flags

ocamlopt
Default: Enabled (+)

Inherited Eclasses

Dependencies

DEPEND

	>=dev-lang/ocaml-4.7:=[ocamlopt?]
	dev-ml/menhir:=[ocamlopt?]

RDEPEND

	>=dev-lang/ocaml-4.7:=[ocamlopt?]
	dev-ml/menhir:=[ocamlopt?]

Manifest for 0.9.4

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