commit: 3141cef092ab95a3185cd5392617261336f820f9 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org> AuthorDate: Sun Oct 20 17:26:04 2024 +0000 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org> CommitDate: Sun Oct 20 17:48:38 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3141cef0
dev-ml/iostream: new package, add 0.3 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org> dev-ml/iostream/Manifest | 1 + dev-ml/iostream/iostream-0.3.ebuild | 20 ++++++++++++++++++++ dev-ml/iostream/metadata.xml | 11 +++++++++++ 3 files changed, 32 insertions(+) diff --git a/dev-ml/iostream/Manifest b/dev-ml/iostream/Manifest new file mode 100644 index 000000000000..08d7b70af955 --- /dev/null +++ b/dev-ml/iostream/Manifest @@ -0,0 +1 @@ +DIST iostream-0.3.tbz 14245 BLAKE2B f06596cd7a5f35e325a03f03c59214051a37d595335c483abc0d2a2f3f73327a29c895e54edc6bdee1ecf1246ab607042d57eafc19d41cb1326fc8137711973a SHA512 68ff56d48b2fcbd34ef2c15f6a8969543caa5c5e6b14177a0fde1e2b12d2fe52448d233e02cd1ab2529f74f48b31954ae8ec9e22601cfda6d3c38ce667c1b851 diff --git a/dev-ml/iostream/iostream-0.3.ebuild b/dev-ml/iostream/iostream-0.3.ebuild new file mode 100644 index 000000000000..62cda1ba3dd1 --- /dev/null +++ b/dev-ml/iostream/iostream-0.3.ebuild @@ -0,0 +1,20 @@ +# Copyright 2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +DUNE_PKG_NAME="iostream iostream-camlzip" +inherit dune + +DESCRIPTION="Generic, composable IO input and output streams" +HOMEPAGE="https://github.com/c-cube/ocaml-iostream" +SRC_URI="https://github.com/c-cube/ocaml-${PN}/releases/download/v${PV}/${P}.tbz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" +IUSE="ocamlopt test" +RESTRICT="!test? ( test )" + +RDEPEND="dev-ml/camlzip:=[ocamlopt?]" +DEPEND="${RDEPEND}" +BDEPEND="test? ( dev-ml/ounit2 )" diff --git a/dev-ml/iostream/metadata.xml b/dev-ml/iostream/metadata.xml new file mode 100644 index 000000000000..e26924c3ce3a --- /dev/null +++ b/dev-ml/iostream/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="project"> + <email>[email protected]</email> + <name>ML</name> + </maintainer> + <upstream> + <remote-id type="github">c-cube/ocaml-iostream</remote-id> + </upstream> +</pkgmetadata>
