summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2022-04-04 18:22:14 +0200
committerAlfredo Tupone <tupone@gentoo.org>2022-04-04 18:22:14 +0200
commitc48eea12934c03d56217eb26700996034af61f93 (patch)
tree94d8bf66a22a484336a40bd8040f63842805623c /dev-ml/camlp-streams
parentnet-misc/downloader-cli: fix description (diff)
downloadgentoo-c48eea12934c03d56217eb26700996034af61f93.tar.gz
gentoo-c48eea12934c03d56217eb26700996034af61f93.tar.bz2
gentoo-c48eea12934c03d56217eb26700996034af61f93.zip
dev-ml/camlp-streams: add to tree
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-ml/camlp-streams')
-rw-r--r--dev-ml/camlp-streams/Manifest1
-rw-r--r--dev-ml/camlp-streams/camlp-streams-5.0.ebuild21
-rw-r--r--dev-ml/camlp-streams/metadata.xml11
3 files changed, 33 insertions, 0 deletions
diff --git a/dev-ml/camlp-streams/Manifest b/dev-ml/camlp-streams/Manifest
new file mode 100644
index 000000000000..865aab3120ac
--- /dev/null
+++ b/dev-ml/camlp-streams/Manifest
@@ -0,0 +1 @@
+DIST camlp-streams-5.0.tar.gz 6992 BLAKE2B 54025cec15420ec8e1ad8ce6faaf9132b9197c3bb57acb9b4f39f4dd83939aac25104a6d4fd40035db22cdd33dbffc92597b6913702a252180ef62b60c2503be SHA512 f42e2f5e5ca353b3d647cd7e97a278c167c2d1abd185a634f155965cec29e35d9be7ce940b4c205b0577d7e9b6f714580bfd2e2fd79f1b1b461bc3fb96d26d36
diff --git a/dev-ml/camlp-streams/camlp-streams-5.0.ebuild b/dev-ml/camlp-streams/camlp-streams-5.0.ebuild
new file mode 100644
index 000000000000..c8d149bd2abf
--- /dev/null
+++ b/dev-ml/camlp-streams/camlp-streams-5.0.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"
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+BDEPEND=""
+
+IUSE="+ocamlopt"
diff --git a/dev-ml/camlp-streams/metadata.xml b/dev-ml/camlp-streams/metadata.xml
new file mode 100644
index 000000000000..8e02f1e00978
--- /dev/null
+++ b/dev-ml/camlp-streams/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">ocaml/camlp-streams</remote-id>
+ </upstream>
+</pkgmetadata>