From 3141cef092ab95a3185cd5392617261336f820f9 Mon Sep 17 00:00:00 2001 From: Alfredo Tupone Date: Sun, 20 Oct 2024 19:26:04 +0200 Subject: dev-ml/iostream: new package, add 0.3 Signed-off-by: Alfredo Tupone --- dev-ml/iostream/iostream-0.3.ebuild | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 dev-ml/iostream/iostream-0.3.ebuild (limited to 'dev-ml/iostream/iostream-0.3.ebuild') 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 )" -- cgit v1.2.3-65-gdbad