diff options
Diffstat (limited to 'dev-ml/cinaps')
-rw-r--r-- | dev-ml/cinaps/Manifest | 3 | ||||
-rw-r--r-- | dev-ml/cinaps/cinaps-0.14.0.ebuild | 28 | ||||
-rw-r--r-- | dev-ml/cinaps/metadata.xml | 11 |
3 files changed, 42 insertions, 0 deletions
diff --git a/dev-ml/cinaps/Manifest b/dev-ml/cinaps/Manifest new file mode 100644 index 000000000000..844897748d71 --- /dev/null +++ b/dev-ml/cinaps/Manifest @@ -0,0 +1,3 @@ +DIST cinaps-0.14.0.tar.gz 9602 BLAKE2B 01d71b199dc966ac7653aca31d8a2e238102a5a29c4b6a1cf2ddd3f4624b41a4fd3e433025217951e7bd49b5eba21b6e4462217ef65a8755e6a4075683a55c5e SHA512 03f94ce7ab16d034edfc1976dd8fb83d533a1e5bc7f89dde3ea661553e05d6d8098c62c7e154013ef7814a283bb8cf535df0256891bcc6e0fdc847f6bf62aaf9 +EBUILD cinaps-0.14.0.ebuild 546 BLAKE2B 812924d3337d52509f9b618686d312c0baf513f481faaa0e40a75c68f7bc0bed6b017ddd74dca139c6b203e619e63b0375bd1cf9d3691c36c37a37fdbaf2dfb5 SHA512 435dd1825877bdfec0e7561e4255de9035d079b36ac52b7b65393e7478337da3a23164d2de6debaf2fcccb6aa2bab0a20fa888f4e052fd2a13278cde483e97a6 +MISC metadata.xml 325 BLAKE2B 34f357275544fa702af2111e6323d5320d8fc9ab0b95e83775f2d0c84fdb544c3d7b685dd83e7965ec2787543eadbad25d2e1fb75110dcb89f904e079f378e83 SHA512 095aee5cf4203e63dc3f08587d9f4e2a5365e7251f644acdf6bb495a558794fc11359ff95a2393cf0109e9e106fa3dcc6c31acabe92ab6e88f2d4bd971476973 diff --git a/dev-ml/cinaps/cinaps-0.14.0.ebuild b/dev-ml/cinaps/cinaps-0.14.0.ebuild new file mode 100644 index 000000000000..f343badc16a9 --- /dev/null +++ b/dev-ml/cinaps/cinaps-0.14.0.ebuild @@ -0,0 +1,28 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit dune + +DESCRIPTION="Trivial metaprogramming tool" +HOMEPAGE="https://github.com/ocaml-ppx/cinaps" +SRC_URI="https://github.com/ocaml-ppx/cinaps/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" +IUSE="+ocamlopt test" +RESTRICT="!test? ( test )" + +DEPEND=" + dev-ml/findlib:= + dev-ml/re:= +" +RDEPEND="${DEPEND}" +BDEPEND="" +DEPEND="${DEPEND} + test? ( + dev-ml/ppx_jane + ) +" diff --git a/dev-ml/cinaps/metadata.xml b/dev-ml/cinaps/metadata.xml new file mode 100644 index 000000000000..c68adc6e3a7f --- /dev/null +++ b/dev-ml/cinaps/metadata.xml @@ -0,0 +1,11 @@ +<?xml version='1.0' encoding='UTF-8'?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>gienah@gentoo.org</email> + <name>Mark Wright</name> + </maintainer> + <upstream> + <remote-id type="github">ocaml-ppx/cinaps</remote-id> + </upstream> +</pkgmetadata> |