Files
minazuki-overlay/dev-ml/text_parse/text_parse-4.ebuild
2026-04-10 20:26:24 -03:00

20 lines
400 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}"
RESTRiCT="mirror"