Add dev-ml/text_parse
Signed-off-by: Shin'ya Minazuki <shinyoukai@laidback.moe>
This commit is contained in:
17
dev-ml/text_parse/text_parse-4.ebuild
Normal file
17
dev-ml/text_parse/text_parse-4.ebuild
Normal file
@@ -0,0 +1,17 @@
|
||||
# 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}"
|
||||
Reference in New Issue
Block a user