summaryrefslogtreecommitdiff
path: root/dev-ml/typerep
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-05-12 16:42:50 +0300
committerV3n3RiX <venerix@koprulu.sector>2022-05-12 16:42:50 +0300
commit752d6256e5204b958b0ef7905675a940b5e9172f (patch)
tree330d16e6362a49cbed8875a777fe641a43376cd3 /dev-ml/typerep
parent0c100b7dd2b30e75b799d806df4ef899fd98e1ea (diff)
gentoo resync : 12.05.2022
Diffstat (limited to 'dev-ml/typerep')
-rw-r--r--dev-ml/typerep/Manifest4
-rw-r--r--dev-ml/typerep/typerep-0.14.0.ebuild2
-rw-r--r--dev-ml/typerep/typerep-0.15.0.ebuild18
3 files changed, 22 insertions, 2 deletions
diff --git a/dev-ml/typerep/Manifest b/dev-ml/typerep/Manifest
index f865720d9f5a..316fdb55d7d7 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
-EBUILD typerep-0.14.0.ebuild 472 BLAKE2B 997309f60a14bf1c2418ff919d8f548622d54a3dc516ead7ef45e291a1e2587cbbc6e2d10003549f37a3aa56f2406249805bfa6363237f26fea8055e55a509e7 SHA512 0b6da7cda7584ad3afbffd1b119a1e12c23a811a8411d9526aca4c2c9b1e567e11b9337e4d9eb06e3ae9f95384ca794279b7cafca0a249a559ae319b16056afb
+DIST typerep-0.15.0.tar.gz 22737 BLAKE2B f94587cd3b4bb9efb117c1ce228663fe91ad1156cc287654f5a1dc684fea35b7b3d25f69643e7c5418dff70cf56d4afbba75165833a11817d75abfdd398f9277 SHA512 d86821dbf4dd808a6310986cebed50029fa5388e0dba8fdc165e50f5346214a9e110c14070fcbbaf2ba3f4261595f9370b0acd723b6445729f562600500b795b
+EBUILD typerep-0.14.0.ebuild 479 BLAKE2B efbf5219d78d3854764470687f4489ff5ffeb0d7c06d41373acf356c92fac981e3572878e02c2cef1e1daa58caf6c56cc8ffa029553f1fc4affbaa6a43872e29 SHA512 86e107cdb761bcc042132e27dd3ebbe960429c7587fac9c067acd9a7b3dd5664fc8896fc34429a2c589c1156f1773058c10658d4171c0aeb0ab9a62d45148f12
+EBUILD typerep-0.15.0.ebuild 499 BLAKE2B f200b733a4b82b913447f9e989a04ce8ce23a01165fc0f94993929afd039c297c47db88107efa9b48f05d53f81111e6dc16b04be03714ee43b993126494d86c5 SHA512 18e81e865b10d1cafa03b26f5455b611f33e607e18f941d10ca29435745865c6e497666a0310f8bcabbbdfce74e00a9ebda039935e46e83a9a970abea684bf4e
MISC metadata.xml 421 BLAKE2B dffdc6bddaf1759ce4c140b1362ae90e2b40f5f0e2185658c329f67f3d2a0d4019744de85d460180b0fa9bd1cbdb91d6dd26876cfd481b08a2356c60dc6d6223 SHA512 bbfe7b0194add47cd1c5e0cd9c557254dfacefa6085fa2e7759ca4af1780a6ab08f0faf7add58783a69f4ebfbe3b06c27727711b5ea000fd7223471fc17c526f
diff --git a/dev-ml/typerep/typerep-0.14.0.ebuild b/dev-ml/typerep/typerep-0.14.0.ebuild
index 968cdb14b1a1..07af2c0a2dc2 100644
--- a/dev-ml/typerep/typerep-0.14.0.ebuild
+++ b/dev-ml/typerep/typerep-0.14.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
LICENSE="Apache-2.0"
SLOT="0/${PV}"
-KEYWORDS="amd64 arm arm64 ~ppc ppc64 x86"
+KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv x86"
IUSE="+ocamlopt"
DEPEND="dev-ml/base:="
diff --git a/dev-ml/typerep/typerep-0.15.0.ebuild b/dev-ml/typerep/typerep-0.15.0.ebuild
new file mode 100644
index 000000000000..c9650a9aceaf
--- /dev/null
+++ b/dev-ml/typerep/typerep-0.15.0.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+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/$(ver_cut 1-2)"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+IUSE="+ocamlopt"
+
+DEPEND="dev-ml/base:${SLOT}"
+RDEPEND="${DEPEND}"