summaryrefslogtreecommitdiff
path: root/dev-ml/camlp-streams
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-12-16 15:36:38 +0000
committerV3n3RiX <venerix@koprulu.sector>2022-12-16 15:36:38 +0000
commit39fcd539b9eeb7df75bccad136265b5f001d1a3c (patch)
treefcedf7eec512b29edce8c642c52f834b2e15b4f8 /dev-ml/camlp-streams
parentb982051e7c8e12c3810a0d21d30d687b406b3ae5 (diff)
gentoo auto-resync : 16:12:2022 - 15:36:37
Diffstat (limited to 'dev-ml/camlp-streams')
-rw-r--r--dev-ml/camlp-streams/Manifest2
-rw-r--r--dev-ml/camlp-streams/camlp-streams-5.0.1.ebuild21
2 files changed, 23 insertions, 0 deletions
diff --git a/dev-ml/camlp-streams/Manifest b/dev-ml/camlp-streams/Manifest
index 508f2f631dfb..2244374c31a9 100644
--- a/dev-ml/camlp-streams/Manifest
+++ b/dev-ml/camlp-streams/Manifest
@@ -1,3 +1,5 @@
+DIST camlp-streams-5.0.1.tar.gz 17392 BLAKE2B bec87a4b9717bcd05799317542533a83e43b5d7dcdc0d691595678613da4f091f087c00487e1499e088687cc9cf21381386c92e25db9d5f182200805452b43fd SHA512 2efa8dd4a636217c8d49bac1e4e7e5558fc2f45cfea66514140a59fd99dd08d61fb9f1e17804997ff648b71b13820a5d4a1eb70fed9d848aa2abd6e41f853c86
DIST camlp-streams-5.0.tar.gz 6992 BLAKE2B 54025cec15420ec8e1ad8ce6faaf9132b9197c3bb57acb9b4f39f4dd83939aac25104a6d4fd40035db22cdd33dbffc92597b6913702a252180ef62b60c2503be SHA512 f42e2f5e5ca353b3d647cd7e97a278c167c2d1abd185a634f155965cec29e35d9be7ce940b4c205b0577d7e9b6f714580bfd2e2fd79f1b1b461bc3fb96d26d36
+EBUILD camlp-streams-5.0.1.ebuild 491 BLAKE2B cd9db6610aa4c70909e8129434a3ecb5fe0f08512b3d9baa705be777c3f7c0ed397747b7359dbedae4436172ad87e4776aff163cf7876ecabcfac2f0c3f0b1ec SHA512 b74bb565a4a30bb21cca11936cebe69156e294c8607f47cfa84367153163cf49d04c01582586e9c4d0e008949b3db8b204f4db5b13041f1725847812859571a4
EBUILD camlp-streams-5.0.ebuild 491 BLAKE2B cd9db6610aa4c70909e8129434a3ecb5fe0f08512b3d9baa705be777c3f7c0ed397747b7359dbedae4436172ad87e4776aff163cf7876ecabcfac2f0c3f0b1ec SHA512 b74bb565a4a30bb21cca11936cebe69156e294c8607f47cfa84367153163cf49d04c01582586e9c4d0e008949b3db8b204f4db5b13041f1725847812859571a4
MISC metadata.xml 317 BLAKE2B 858cb10172a65e4de3ec62bff2b1bd1e32373c1ad47046e8588b2712931cbe1b0325cac8cb4c301b6652c4bec9bb4b0211c53ef9f95086957e46d02d9859ae40 SHA512 89df222289e49aedbd0e23f6539ff18b8cd75c776a1dd1b6c98ed792ada49684d5a44aae8b52ff7013b99e817407707cc36e09b638a4706c7f1943e232225b23
diff --git a/dev-ml/camlp-streams/camlp-streams-5.0.1.ebuild b/dev-ml/camlp-streams/camlp-streams-5.0.1.ebuild
new file mode 100644
index 000000000000..d70a39d04000
--- /dev/null
+++ b/dev-ml/camlp-streams/camlp-streams-5.0.1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit dune
+
+DESCRIPTION="Stream and Genlex libraries for use with Camlp4 and Camlp5"
+HOMEPAGE="https://github.com/ocaml/camlp-streams"
+SRC_URI="https://github.com/ocaml/${PN}/archive/refs/tags/v${PV}.tar.gz
+ -> ${P}.tar.gz"
+
+LICENSE="LGPL-2-with-linking-exception"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+BDEPEND=""
+
+IUSE="+ocamlopt"