summaryrefslogtreecommitdiff
path: root/dev-ml
diff options
context:
space:
mode:
authorPhilip Miess <Philip_Miess@yahoo.com>2020-04-16 17:47:44 -0400
committerPhilip Miess <Philip_Miess@yahoo.com>2020-04-16 17:47:44 -0400
commite8be4260149d00800c62486db3036b4bd0576690 (patch)
treef91c67923a3eaaeadd8d6f0fe07803dfb4aa015d /dev-ml
parentadd ppx_metaquot dep (diff)
downloadsuperposition-e8be4260149d00800c62486db3036b4bd0576690.tar.gz
superposition-e8be4260149d00800c62486db3036b4bd0576690.tar.bz2
superposition-e8be4260149d00800c62486db3036b4bd0576690.zip
add ppx_optcomp with dune dep
Signed-off-by: Philip Miess <Philip_Miess@yahoo.com>
Diffstat (limited to 'dev-ml')
-rw-r--r--dev-ml/ppx_optcomp/Manifest3
-rw-r--r--dev-ml/ppx_optcomp/metadata.xml8
-rw-r--r--dev-ml/ppx_optcomp/ppx_optcomp-0.9.0-r3.ebuild24
3 files changed, 35 insertions, 0 deletions
diff --git a/dev-ml/ppx_optcomp/Manifest b/dev-ml/ppx_optcomp/Manifest
new file mode 100644
index 0000000..82a3ff2
--- /dev/null
+++ b/dev-ml/ppx_optcomp/Manifest
@@ -0,0 +1,3 @@
+DIST ppx_optcomp-0.9.0.tar.gz 14611 BLAKE2B 6fc431fd3ed173835a48814718a05b3ae619f182f4c008415dba77c88bfeab780e6fc49c4faed2ee4e362b6a151544b1a707651dcbfdbfcdce979a2a3d6d6c02 SHA512 ce4a5049045458533b783b99b7569e72e074bd425a81315d43fcab26dbc2a4b141cfda2b2365c69b3d0251f2bf0b8c8f0d14fc8883f1a0f4edae824776565a9c
+EBUILD ppx_optcomp-0.9.0-r3.ebuild 523 BLAKE2B 41573c0a453b7f3d11618e71fe1db98adebd5a858b9cfb2dd36fadd5d87ba3452f4117c4c6bbc127fdedbf0c3b450c1cbfefbc029fd04135e3ee1addda876af7 SHA512 0810ed65ae372522626dfd54ff3be60543dab9cab89fc0f2a76917c1f81cf3f03fd4f4640c757d932dee9c9449394736e4a3847aa664b66bd1fc41944ac2f97c
+MISC metadata.xml 254 BLAKE2B e8b174fb629dd9c675bc12b7789454c91c8b2f689140c70345cff6e2ae8fd78c55963e983ccb922940cd82bca702e9c9fe3668dbecef06775038693c8b8d3f8c SHA512 f8061b6d24fbe6afdff7284e2fc85aeff0c10df1baf44639e329e7ff25b44d351d87c705307602936a98a6a0f3db78c0c5d0d6cb79b779d0816957db62a535e1
diff --git a/dev-ml/ppx_optcomp/metadata.xml b/dev-ml/ppx_optcomp/metadata.xml
new file mode 100644
index 0000000..f45619f
--- /dev/null
+++ b/dev-ml/ppx_optcomp/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <!-- maintainer-needed -->
+ <upstream>
+ <remote-id type="github">janestreet/ppx_optcomp</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/dev-ml/ppx_optcomp/ppx_optcomp-0.9.0-r3.ebuild b/dev-ml/ppx_optcomp/ppx_optcomp-0.9.0-r3.ebuild
new file mode 100644
index 0000000..33fb7a8
--- /dev/null
+++ b/dev-ml/ppx_optcomp/ppx_optcomp-0.9.0-r3.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit opam
+
+DESCRIPTION="Optional compilation for OCaml"
+HOMEPAGE="https://github.com/janestreet/ppx_optcomp"
+SRC_URI="https://github.com/janestreet/ppx_optcomp/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="
+ dev-ml/ppx_core:=
+ dev-ml/stdio:=
+ dev-ml/ocaml-migrate-parsetree:=
+"
+RDEPEND="${DEPEND}"
+DEPEND="${DEPEND}
+ ~dev-ml/dune-1.11.4"