summaryrefslogtreecommitdiff
path: root/dev-ml/typerep
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-11-25 22:39:15 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-11-25 22:39:15 +0000
commitd934827bf44b7cfcf6711964418148fa60877668 (patch)
tree0625f358789b5e015e49db139cc1dbc9be00428f /dev-ml/typerep
parent2e34d110f164bf74d55fced27fe0000201b3eec5 (diff)
gentoo resync : 25.11.2020
Diffstat (limited to 'dev-ml/typerep')
-rw-r--r--dev-ml/typerep/Manifest4
-rw-r--r--dev-ml/typerep/metadata.xml5
-rw-r--r--dev-ml/typerep/typerep-0.14.0.ebuild18
3 files changed, 25 insertions, 2 deletions
diff --git a/dev-ml/typerep/Manifest b/dev-ml/typerep/Manifest
index 05cade9a22c7..7542042ef00e 100644
--- a/dev-ml/typerep/Manifest
+++ b/dev-ml/typerep/Manifest
@@ -1,3 +1,5 @@
+DIST typerep-0.14.0.tar.gz 22936 BLAKE2B 353a42f0f14bf6cbfc88670ca3d42af5873db1fcf805c30d03e95990ccd6d5fe2f5604931dc213fa921683de639717d288b2eac620cc2a4981cb792a65736e8d SHA512 53b719ee06d06d7833cbe57811fe54d57a36055fa8e4255909273a267000e20628b8b8f6d27c22385753ea461d461f87a1eb1fc9711c52405a89d1493f54f37f
DIST typerep-0.9.0.tar.gz 24934 BLAKE2B 83e0cd9419c11a1b8dbce6730404dbe4b00597e441943d8315ad5a583ff50376c95413695e327996b07557b1b481df8ab15db5b37c3ac4c8396b7ed51aa822ea SHA512 f71fa3968ff5e93c384a97e2d39af0de33f4889643a7e43d70a777214dc4c7f35b3fac0864ffee99334cf03866a695f7afd1a907d5c7f3cec0d472b729adf9cc
+EBUILD typerep-0.14.0.ebuild 477 BLAKE2B 9d607d7b2f510f3600829a71a1beb07d26573274eb655ca603e1919dd2136d916be826082d858aa2aba8fa0dd66cb0889495d51863ebf552e6b8b2fe58007577 SHA512 092731cd211bd9d614d1a65e9875e9b2825ba73dad36ed60d19a9453d6c45a01161f9ba11f040bc8977aae2ca5877f5afbc85c15675adb1263b2ed34fb6db371
EBUILD typerep-0.9.0.ebuild 477 BLAKE2B b49346885d12aae201b75ebe9060b02778c61e52779c452fb378011284a349f8bbf53f34b75f081ebc302894f2d91fb9b9ac1d1acb663a8c7ffdfde87fb9ca52 SHA512 5e7bf0fe698123824f02cd7e5bf0e733bdc1e2dabad4c448644ee91ecc62951e03ee5585308038a7050275da05929455d77227470c76d2df294267867e58ecc2
-MISC metadata.xml 250 BLAKE2B ca5096ccdf0528d9422782583b3c30c97b8c612372117da39464ed148a860d2b4bff4223f3dc441cc9938f4c7587c062bf67649db5fd9aa962e9e785694eff94 SHA512 bc7eade632facd407f7d81d62c167ae90df51cf01b87f3009c067e362be7746ed1fb73a6d5d8c922fa2e519c6642c3725b618804bf67fb44da68c08993f17419
+MISC metadata.xml 327 BLAKE2B 03148261c61030653269555bdd1946cbc3ba93e5529e3c1a2734af31c22ffadb5c41f4856e2fa1be7f8d18befde507795e0fa9b73f36e7e9a6a7ca7442c3ba55 SHA512 206bb81579390a8b1f21f6dd1a0383c4a4f77a900fff577ad1b1ffdeb72b940da999203f423d8576c5a10802c1e6400fa510ee1d5ff6d1718538c8a1f7977481
diff --git a/dev-ml/typerep/metadata.xml b/dev-ml/typerep/metadata.xml
index 39191cd86181..f3f7dc32a8b3 100644
--- a/dev-ml/typerep/metadata.xml
+++ b/dev-ml/typerep/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/typerep</remote-id>
</upstream>
diff --git a/dev-ml/typerep/typerep-0.14.0.ebuild b/dev-ml/typerep/typerep-0.14.0.ebuild
new file mode 100644
index 000000000000..42b1cedad4e8
--- /dev/null
+++ b/dev-ml/typerep/typerep-0.14.0.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit dune
+
+DESCRIPTION="Library for creating runtime representation of OCaml types"
+HOMEPAGE="https://github.com/janestreet/typerep"
+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 ~ppc ~ppc64 ~x86"
+IUSE="+ocamlopt"
+
+DEPEND="dev-ml/base:="
+RDEPEND="${DEPEND}"