summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2021-12-07 23:29:46 +0100
committerMaciej Barć <xgqt@gentoo.org>2021-12-08 00:26:31 +0100
commit34875da10a098192662aad461b464f3914e2069a (patch)
treed0ffa512596fd1af9af9ae74ea8a6019294d262c /dev-ml/trie/trie-1.0.0.ebuild
parentnet-misc/tigervnc: add 1.12.0 (still masked) (diff)
downloadgentoo-34875da10a098192662aad461b464f3914e2069a.tar.gz
gentoo-34875da10a098192662aad461b464f3914e2069a.tar.bz2
gentoo-34875da10a098192662aad461b464f3914e2069a.zip
dev-ml/trie: new package; add version 1.0.0
Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'dev-ml/trie/trie-1.0.0.ebuild')
-rw-r--r--dev-ml/trie/trie-1.0.0.ebuild15
1 files changed, 15 insertions, 0 deletions
diff --git a/dev-ml/trie/trie-1.0.0.ebuild b/dev-ml/trie/trie-1.0.0.ebuild
new file mode 100644
index 000000000000..d8539a79670d
--- /dev/null
+++ b/dev-ml/trie/trie-1.0.0.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit dune
+
+DESCRIPTION="Strict impure trie tree"
+HOMEPAGE="https://github.com/kandu/trie"
+SRC_URI="https://github.com/kandu/trie/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE="+ocamlopt"