mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
dev-ml/delimited_parsing: new package, add 0.17.0
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
This commit is contained in:
1
dev-ml/delimited_parsing/Manifest
Normal file
1
dev-ml/delimited_parsing/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST delimited_parsing-0.17.0.tar.gz 12282 BLAKE2B e03f9fa8d3b85fc5a71b7f3fef41ae83afee638cf528490c2498bc271180b76fc6852b1cba0f3d3521d07b66be41b5973819e3fa28e1800d55fd873e22c6c143 SHA512 be222b03edbe22d4968985c96def74af2598f996ca80aca97e18bab997d76e0cb072c459797d5657dc479cc7e43bd0df647d0148fb55c74247d41af69db4cbb9
|
||||
25
dev-ml/delimited_parsing/delimited_parsing-0.17.0.ebuild
Normal file
25
dev-ml/delimited_parsing/delimited_parsing-0.17.0.ebuild
Normal 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"
|
||||
11
dev-ml/delimited_parsing/metadata.xml
Normal file
11
dev-ml/delimited_parsing/metadata.xml
Normal 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>
|
||||
Reference in New Issue
Block a user