From fdf74395b614cb07ffdf630ab49409b1b532ad2e Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Sat, 2 Apr 2022 16:48:09 -0400 Subject: trying to fix camlp5 --- dev-ml/camlp-streams/Manifest | 2 ++ dev-ml/camlp-streams/camlp-streams-5.0.ebuild | 19 +++++++++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 dev-ml/camlp-streams/Manifest create mode 100644 dev-ml/camlp-streams/camlp-streams-5.0.ebuild (limited to 'dev-ml/camlp-streams') diff --git a/dev-ml/camlp-streams/Manifest b/dev-ml/camlp-streams/Manifest new file mode 100644 index 0000000..5862086 --- /dev/null +++ b/dev-ml/camlp-streams/Manifest @@ -0,0 +1,2 @@ +DIST camlp-streams-5.0.tar.gz 6992 BLAKE2B 54025cec15420ec8e1ad8ce6faaf9132b9197c3bb57acb9b4f39f4dd83939aac25104a6d4fd40035db22cdd33dbffc92597b6913702a252180ef62b60c2503be SHA512 f42e2f5e5ca353b3d647cd7e97a278c167c2d1abd185a634f155965cec29e35d9be7ce940b4c205b0577d7e9b6f714580bfd2e2fd79f1b1b461bc3fb96d26d36 +EBUILD camlp-streams-5.0.ebuild 480 BLAKE2B ad1c53d5ac51ef9e5dfba4240fc25515cc14bb07afe60999552dd2d19c77e90e3a7552f470050d961eb471a460ead47742f62cb289dabb7d4014b3be38877557 SHA512 c23bff7941fc92b7ff33d0a395348bbf7bbd8be155b90c806295d336754598f5a21702d0f075e7b198829683d6c08175d9ef86bb9da2d7695bc640cdd2dd81e9 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 0000000..6ae9fe0 --- /dev/null +++ b/dev-ml/camlp-streams/camlp-streams-5.0.ebuild @@ -0,0 +1,19 @@ +# Copyright 2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 +EAPI=7 + +inherit dune + +DESCRIPTION="The Stream and Genlex libraries for use with Camlp4 and Camlp5" +HOMEPAGE="https://github.com/ocaml/camlp-streams" +SRC_URI="https://github.com/ocaml/camlp-streams/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="LGPL-2.1" +SLOT="0/${PV}" +KEYWORDS="~amd64" +IUSE="+ocamlopt" + +RDEPEND=" + >=dev-ml/base-0.11.0:= + dev-ml/sexplib0:=" +DEPEND="${RDEPEND}" -- cgit v1.2.3