diff options
author | 2020-10-13 17:33:59 +1100 | |
---|---|---|
committer | 2020-10-13 23:53:37 +1100 | |
commit | 0cea125be769b41873a379a241181788534e2b05 (patch) | |
tree | c682ba7bec4ccb74b875f92ad436df918ff8c858 /dev-ml/ppx_hash | |
parent | dev-ml/ppx_fixed_literal: Dependency of dev-ml/ppx_jane (diff) | |
download | gentoo-0cea125be769b41873a379a241181788534e2b05.tar.gz gentoo-0cea125be769b41873a379a241181788534e2b05.tar.bz2 gentoo-0cea125be769b41873a379a241181788534e2b05.zip |
dev-ml/ppx_hash: Bump to 0.14.0
Co-Author: Alexis Ballier <aballier@gentoo.org>
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Mark Wright <gienah@gentoo.org>
Diffstat (limited to 'dev-ml/ppx_hash')
-rw-r--r-- | dev-ml/ppx_hash/Manifest | 1 | ||||
-rw-r--r-- | dev-ml/ppx_hash/metadata.xml | 5 | ||||
-rw-r--r-- | dev-ml/ppx_hash/ppx_hash-0.14.0.ebuild | 25 |
3 files changed, 30 insertions, 1 deletions
diff --git a/dev-ml/ppx_hash/Manifest b/dev-ml/ppx_hash/Manifest index cb31fc191d89..4b6a5885e6e9 100644 --- a/dev-ml/ppx_hash/Manifest +++ b/dev-ml/ppx_hash/Manifest @@ -1 +1,2 @@ +DIST ppx_hash-0.14.0.tar.gz 27859 BLAKE2B 0d89eeec154e62ae42ddaff6b0ccdf827ad768e0f19dcdfd4f8b940f594856c8fc036fa02a2462666f2ee4b675e1594837d196fb92cdbb9f8bdf4e171ce90374 SHA512 21d68c0655c21fcd0cecceb8c69e45706b57db160e49c3b112e67cc874a8084946dbae8709ed99f24e7282182c7238cf95ef00bec3ac5a271409e9d5f788467c DIST ppx_hash-0.9.0.tar.gz 26942 BLAKE2B 589b9fe1ced89c0dbbc9d3472e21c278a9d1d29c1ceaa3a19ae853727cb4fc446e67deb8b63274ccfbd95fbfa49a5e8cba764bf2a3ae26bb994c9fb16f2b9f32 SHA512 401a87f5cc357ad50fc23f2450b84d6113cd79c1d2506f6e95476795fde0f3240ca252fc3bfe083f9ee1d0511ea3909481387ecf597edef6f90f9756a5a97096 diff --git a/dev-ml/ppx_hash/metadata.xml b/dev-ml/ppx_hash/metadata.xml index 5a09c9e93857..45d95eaf5e0f 100644 --- a/dev-ml/ppx_hash/metadata.xml +++ b/dev-ml/ppx_hash/metadata.xml @@ -1,7 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <!-- maintainer-needed --> + <maintainer type="person"> + <email>gienah@gentoo.org</email> + <name>Mark Wright</name> + </maintainer> <upstream> <remote-id type="github">janestreet/ppx_hash</remote-id> </upstream> diff --git a/dev-ml/ppx_hash/ppx_hash-0.14.0.ebuild b/dev-ml/ppx_hash/ppx_hash-0.14.0.ebuild new file mode 100644 index 000000000000..d4e20915192c --- /dev/null +++ b/dev-ml/ppx_hash/ppx_hash-0.14.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit dune + +DESCRIPTION="PPX rewriter that generates hash functions from type expressions and definitions" +HOMEPAGE="https://github.com/janestreet/ppx_hash" +SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~arm ~arm64" +IUSE="+ocamlopt" + +DEPEND=" + dev-ml/base:= + >=dev-ml/ppx_compare-0.10.0:= + dev-ml/ppx_sexp_conv:= + dev-ml/ocaml-migrate-parsetree:= + dev-ml/result:= + dev-ml/ppxlib:= +" +RDEPEND="${DEPEND}" |