18 lines
381 B
Bash
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}"
|