summaryrefslogtreecommitdiff
path: root/dev-ml
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2021-12-05 02:40:13 +0100
committerMaciej Barć <xgqt@gentoo.org>2021-12-05 02:41:26 +0100
commit145d06a88650e3c6442fa61b7c8ae01d9da7ef55 (patch)
tree7f7af1b57869e570742174cc97c5fa49739b8464 /dev-ml
parentsys-kernel/raspberrypi-sources: update live to EAPI 7 (diff)
downloadgentoo-145d06a88650e3c6442fa61b7c8ae01d9da7ef55.tar.gz
gentoo-145d06a88650e3c6442fa61b7c8ae01d9da7ef55.tar.bz2
gentoo-145d06a88650e3c6442fa61b7c8ae01d9da7ef55.zip
dev-ml/ptmap: new package; add version 2.0.5
Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'dev-ml')
-rw-r--r--dev-ml/ptmap/Manifest1
-rw-r--r--dev-ml/ptmap/metadata.xml13
-rw-r--r--dev-ml/ptmap/ptmap-2.0.5.ebuild21
3 files changed, 35 insertions, 0 deletions
diff --git a/dev-ml/ptmap/Manifest b/dev-ml/ptmap/Manifest
new file mode 100644
index 000000000000..1aebb081fb26
--- /dev/null
+++ b/dev-ml/ptmap/Manifest
@@ -0,0 +1 @@
+DIST ptmap-2.0.5.tar.gz 15121 BLAKE2B a81d205df6d0d276b4919577eb0fcfe9c33ad9a188c462df74b72722f43153bda84fd23880945d16e0f332041f67869ab708f5a925a689cf1ddb22dc0b9a6d28 SHA512 6815ee977cb9a4c5088af8dfb7d8055c8d35870ceb4e95f658fbdc50405495bea75a8755442dc6f7345d2e9021c3b96d14883603759baf267feced9cd5ba5202
diff --git a/dev-ml/ptmap/metadata.xml b/dev-ml/ptmap/metadata.xml
new file mode 100644
index 000000000000..920f0e534e8d
--- /dev/null
+++ b/dev-ml/ptmap/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+
+<pkgmetadata>
+ <maintainer type="project">
+ <email>ml@gentoo.org</email>
+ <name>ML</name>
+ </maintainer>
+ <upstream>
+ <bugs-to>https://github.com/backtracking/ptmap/issues/</bugs-to>
+ <remote-id type="github">backtracking/ptmap</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/dev-ml/ptmap/ptmap-2.0.5.ebuild b/dev-ml/ptmap/ptmap-2.0.5.ebuild
new file mode 100644
index 000000000000..3e7cb033f9b1
--- /dev/null
+++ b/dev-ml/ptmap/ptmap-2.0.5.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit dune
+
+DESCRIPTION="Maps of integers implemented as Patricia trees"
+HOMEPAGE="https://github.com/backtracking/ptmap"
+SRC_URI="https://github.com/backtracking/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+ocamlopt"
+
+RDEPEND="
+ dev-ml/seq:=
+ dev-ml/stdlib-shims:=
+"
+DEPEND="${RDEPEND}"