commit: 50a2b0091d71b2ca1629a0bd8b1a5949a8cf0c46 Author: Thomas Bracht Laumann Jespersen <t <AT> laumann <DOT> xyz> AuthorDate: Thu Oct 9 18:58:04 2025 +0000 Commit: Haelwenn Monnier <contact <AT> hacktivis <DOT> me> CommitDate: Fri Oct 10 14:02:03 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=50a2b009
dev-ml/ocaml-csv: new package, add 2.4 Signed-off-by: Thomas Bracht Laumann Jespersen <t <AT> laumann.xyz> dev-ml/ocaml-csv/Manifest | 1 + dev-ml/ocaml-csv/metadata.xml | 11 +++++++++++ dev-ml/ocaml-csv/ocaml-csv-2.4.ebuild | 24 ++++++++++++++++++++++++ 3 files changed, 36 insertions(+) diff --git a/dev-ml/ocaml-csv/Manifest b/dev-ml/ocaml-csv/Manifest new file mode 100644 index 0000000000..3e93961152 --- /dev/null +++ b/dev-ml/ocaml-csv/Manifest @@ -0,0 +1 @@ +DIST ocaml-csv-2.4.gh.tar.gz 45975 BLAKE2B bd06ff06a39fb9e4239e737986c8347845bac6d652eae687a71b7aba09fea84e0902e921eab668a95e123bb4b1bba8e39419b79edd3775ef4bf59c750df39b8b SHA512 618c900d8fc3c9d09e45178e2794e1d5907c6a2d8344a3af066496cbc344e6203e5c1de4119ebef8fd58ff1537f8b832882294bdbffb220dcb5b78efb8d526b3 diff --git a/dev-ml/ocaml-csv/metadata.xml b/dev-ml/ocaml-csv/metadata.xml new file mode 100644 index 0000000000..b10af132ae --- /dev/null +++ b/dev-ml/ocaml-csv/metadata.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>[email protected]</email> + <name>Thomas Bracht Laumann Jespersen</name> + </maintainer> + <upstream> + <remote-id type="github">Chris00/ocaml-csv</remote-id> + </upstream> +</pkgmetadata> diff --git a/dev-ml/ocaml-csv/ocaml-csv-2.4.ebuild b/dev-ml/ocaml-csv/ocaml-csv-2.4.ebuild new file mode 100644 index 0000000000..b4670eb849 --- /dev/null +++ b/dev-ml/ocaml-csv/ocaml-csv-2.4.ebuild @@ -0,0 +1,24 @@ +# Copyright 2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DUNE_PKG_NAME=csv +inherit dune + +DESCRIPTION="CSV library for OCaml" +HOMEPAGE="https://github.com/Chris00/ocaml-csv" +SRC_URI="https://github.com/Chris00/${PN}/archive/${PV}.tar.gz -> ${P}.gh.tar.gz" + +# license: "LGPL-2.1 with OCaml linking exception" +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~amd64" +IUSE="+ocamlopt" + +RDEPEND=" + dev-ml/lwt:=[ocamlopt?] + >=dev-ml/uutf-1.0.0:=[ocamlopt?] + >=dev-lang/ocaml-4.03:=[ocamlopt?] +" +DEPEND="${RDEPEND}"
