Files
guru/dev-ml/lua-ml/lua-ml-0.9.4.ebuild
Thomas Bracht Laumann Jespersen 431c0a24be dev-ml/lua-ml: new package, add 0.9.4
Signed-off-by: Thomas Bracht Laumann Jespersen <t@laumann.xyz>
2025-10-10 14:02:01 +00:00

22 lines
471 B
Bash

# 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"
KEYWORDS="~amd64"
IUSE="+ocamlopt"
RDEPEND="
>=dev-lang/ocaml-4.7:=[ocamlopt?]
dev-ml/menhir:=[ocamlopt?]
"
DEPEND="${RDEPEND}"