diff options
author | V3n3RiX <venerix@koprulu.sector> | 2024-10-21 04:04:33 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2024-10-21 04:04:33 +0100 |
commit | 3dc4de6331223493015f198dc61854af604da86c (patch) | |
tree | 626add8c88d96adf9429cdb19226d9de60e6dafd /dev-ml/iostream | |
parent | d895362f98ae63a6ed12cd16d3b3df95d6967f25 (diff) |
gentoo auto-resync : 21:10:2024 - 04:04:33
Diffstat (limited to 'dev-ml/iostream')
-rw-r--r-- | dev-ml/iostream/Manifest | 3 | ||||
-rw-r--r-- | dev-ml/iostream/iostream-0.3.ebuild | 20 | ||||
-rw-r--r-- | dev-ml/iostream/metadata.xml | 11 |
3 files changed, 34 insertions, 0 deletions
diff --git a/dev-ml/iostream/Manifest b/dev-ml/iostream/Manifest new file mode 100644 index 000000000000..7044f6a1b031 --- /dev/null +++ b/dev-ml/iostream/Manifest @@ -0,0 +1,3 @@ +DIST iostream-0.3.tbz 14245 BLAKE2B f06596cd7a5f35e325a03f03c59214051a37d595335c483abc0d2a2f3f73327a29c895e54edc6bdee1ecf1246ab607042d57eafc19d41cb1326fc8137711973a SHA512 68ff56d48b2fcbd34ef2c15f6a8969543caa5c5e6b14177a0fde1e2b12d2fe52448d233e02cd1ab2529f74f48b31954ae8ec9e22601cfda6d3c38ce667c1b851 +EBUILD iostream-0.3.ebuild 542 BLAKE2B 694d3fac38238ca9c2b76aecdb886a98bb2f24beb1b96a787ea6e2a46a6ef8f375815611fb5a0051d513d579b16dd3c7b07710ba17b5e6012316248da419d2a9 SHA512 1a475ca2aef700600adcc814a479c2160c0aa5d5904c54b0ddcb1d3d47365f680a673e7b60159e23d0d9bcd63edd0bbdc2f99bf6177d697aaac2cdc75671a00c +MISC metadata.xml 319 BLAKE2B 8c74d2741d89a5e15328a4f57ad04fde005cd6c57cbfaa8923fb90dd9bb7fca40da9a1fb9e2bb3305b0b7bd62bf5df7ef81a647e32627e184071caecc6723b9b SHA512 26420181d9b9e5d0aeff08a42aa42f40fab8401d190a00da51abd25e809d6e97c8cb60ebcf582cad5472d63b44c1d07886c86959de05b2f64b608ed621689832 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>ml@gentoo.org</email> + <name>ML</name> + </maintainer> + <upstream> + <remote-id type="github">c-cube/ocaml-iostream</remote-id> + </upstream> +</pkgmetadata> |