From c48eea12934c03d56217eb26700996034af61f93 Mon Sep 17 00:00:00 2001 From: Alfredo Tupone Date: Mon, 4 Apr 2022 18:22:14 +0200 Subject: dev-ml/camlp-streams: add to tree Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Alfredo Tupone --- dev-ml/camlp-streams/Manifest | 1 + dev-ml/camlp-streams/camlp-streams-5.0.ebuild | 21 +++++++++++++++++++++ dev-ml/camlp-streams/metadata.xml | 11 +++++++++++ 3 files changed, 33 insertions(+) create mode 100644 dev-ml/camlp-streams/Manifest create mode 100644 dev-ml/camlp-streams/camlp-streams-5.0.ebuild create mode 100644 dev-ml/camlp-streams/metadata.xml (limited to 'dev-ml') 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 @@ + + + + + ml@gentoo.org + ML + + + ocaml/camlp-streams + + -- cgit v1.2.3-65-gdbad