Files
guru/dev-ml/lua-ml/lua-ml-0.9.4.ebuild
Thomas Bracht Laumann Jespersen cd764a5324 dev-ml/lua-ml: add subslot
Signed-off-by: Thomas Bracht Laumann Jespersen <t@laumann.xyz>
2025-10-21 18:16:32 +00:00

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