Add dev-ml/text_parse
Signed-off-by: Shin'ya Minazuki <shinyoukai@laidback.moe>
This commit is contained in:
1
dev-ml/text_parse/Manifest
Normal file
1
dev-ml/text_parse/Manifest
Normal file
@@ -0,0 +1 @@
|
|||||||
|
DIST text_parse-4.tar.gz 9738 BLAKE2B dd52461ef940fcfcad7cbeddd041656d36451aa69db59a036439bb86ad11b204191f4ac04e1dae6049454714b6bf1d7ccd16b68bd2fd07dd9980a7d6218b36c2 SHA512 d6aa6b7e5095c9c9f6c6994f5cce9f9accab37fad180e6ad857c374c84907543429ba60f61d51d936e92099a6cd6c5568c75a56792df18e2b19e8c809c98311e
|
||||||
8
dev-ml/text_parse/metadata.xml
Normal file
8
dev-ml/text_parse/metadata.xml
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||||
|
<pkgmetadata>
|
||||||
|
<maintainer type="person">
|
||||||
|
<email>shinyoukai@laidback.moe</email>
|
||||||
|
<name>Shin'ya Minazuki</name>
|
||||||
|
</maintainer>
|
||||||
|
</pkgmetadata>
|
||||||
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