summaryrefslogtreecommitdiff
path: root/dev-ml/lua-ml/lua-ml-0.9.4.ebuild
blob: 4274b020224bf047ceb2149a3e2d932571a863e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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/${PV}"
KEYWORDS="~amd64"
IUSE="+ocamlopt"

RDEPEND="
	>=dev-lang/ocaml-4.7:=[ocamlopt?]
	dev-ml/menhir:=[ocamlopt?]
"
DEPEND="${RDEPEND}"