[Lunar-commits] <moonbase-other> libdatrie: move to -other
v4hn
me at v4hn.de
Sat May 18 20:36:14 CEST 2013
commit ed5efd39207d18e05217552bb80f7d8510e7a463
Author: v4hn <me at v4hn.de>
Date: Sat, 18 May 2013 11:35:42 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/ed5efd39207d18e05217552bb80f7d8510e7a463
libdatrie: move to -other
This is a pango dependency
---
libs/libdatrie/DETAILS | +17/-0
1 file changed, 17 insertions(+)
--- /dev/null
+++ b/libs/libdatrie/DETAILS
@@ -0,0 +1,17 @@
+ MODULE=libdatrie
+ VERSION=0.2.5
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=http://linux.thai.net/pub/thailinux/software/libthai
+ SOURCE_VFY=sha1:433d12351e7cf728e2f0ac68dd59b12b0026bf6d
+ WEB_SITE=http://linux.thai.net/projects/datrie
+ ENTERED=20130429
+ UPDATED=20130429
+ SHORT="Implementation of double-array structure for representing trie"
+
+cat << EOF
+An implementation of double-array structure for representing trie.
+Trie is a kind of digital search tree, an efficient indexing method with O(1)
+time complexity for searching. Comparably as efficient as hashing, trie also
+provides flexibility on incremental matching and key spelling manipulation.
+This makes it ideal for lexical analyzers, as well as spelling dictionaries.
+EOF
More information about the Lunar-commits
mailing list