Files
minazuki-overlay/dev-ml/text_parse/text_parse-4.ebuild
Shin'ya Minazuki f65f854bb4 Add dev-ml/text_parse
Signed-off-by: Shin'ya Minazuki <shinyoukai@laidback.moe>
2026-04-01 22:03:17 -03:00

18 lines
381 B
Bash

# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit dune
DESCRIPTION="Applicative text parsing library for OCaml"
HOMEPAGE="https://projects.laidback.moe/kosuzu/"
SRC_URI="https://mirror.chaotic.ninja/software/text_parse-4.tar.gz"
LICENSE="EUPL-1.2"
SLOT="0"
KEYWORDS="~amd64"
IUSE="ocamlopt"
S="${WORKDIR}/${PN}"