dev-ml/delimited_parsing: new package, add 0.17.0

Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
This commit is contained in:
Alfredo Tupone
2025-04-21 10:09:30 +02:00
parent 412ae3ad15
commit 4e834fce5b
3 changed files with 37 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST delimited_parsing-0.17.0.tar.gz 12282 BLAKE2B e03f9fa8d3b85fc5a71b7f3fef41ae83afee638cf528490c2498bc271180b76fc6852b1cba0f3d3521d07b66be41b5973819e3fa28e1800d55fd873e22c6c143 SHA512 be222b03edbe22d4968985c96def74af2598f996ca80aca97e18bab997d76e0cb072c459797d5657dc479cc7e43bd0df647d0148fb55c74247d41af69db4cbb9

View File

@@ -0,0 +1,25 @@
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit dune
DESCRIPTION="Parsing of character (e.g., comma) separated and fixed-width values"
HOMEPAGE="https://github.com/janestreet/delimited_parsing"
SRC_URI="https://github.com/janestreet/${PN}/archive/refs/tags/v${PV}.tar.gz
-> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0/$(ver_cut 1-2)"
KEYWORDS="~amd64"
IUSE="ocamlopt"
RDEPEND="
>=dev-lang/ocaml-5
dev-ml/async:${SLOT}[ocamlopt?]
dev-ml/core:${SLOT}[ocamlopt?]
dev-ml/core_extended:${SLOT}[ocamlopt?]
dev-ml/ppx_jane:${SLOT}[ocamlopt?]
"
DEPEND="${RDEPEND}"
BDEPEND=">=dev-ml/dune-3.11"

View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>ml@gentoo.org</email>
<name>ML</name>
</maintainer>
<upstream>
<remote-id type="github">janestreet/delimited_parsing</remote-id>
</upstream>
</pkgmetadata>