dev-ml/lua-ml: new package, add 0.9.4

Signed-off-by: Thomas Bracht Laumann Jespersen <t@laumann.xyz>
This commit is contained in:
Thomas Bracht Laumann Jespersen
2025-10-09 12:24:06 +00:00
parent 133a5d3ed3
commit 431c0a24be
3 changed files with 33 additions and 0 deletions

1
dev-ml/lua-ml/Manifest Normal file
View File

@@ -0,0 +1 @@
DIST lua-ml-0.9.4.gh.tar.gz 263066 BLAKE2B 9d92625710d0d2e4d2797da280eb2288e5f6e14e5a3eb834089184f1eaca31909f8b0b95d66ae65b706d0296386cea7ee02b08f381fea0edb3ca643dae18aeca SHA512 3127b73bff078a40825fc5216559e3fe37fb1c4faf0121adc3a06acac6fb77dec82ba150d1f78ac1953266720ea3bedd4f7e2b21ddce1e0250417b36e1327eee

View File

@@ -0,0 +1,21 @@
# 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}"

View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>t@laumann.xyz</email>
<name>Thomas Bracht Laumann Jespersen</name>
</maintainer>
<upstream>
<remote-id type="github">lindig/lua-ml</remote-id>
</upstream>
</pkgmetadata>