[Lunar-commits] <moonbase-other> eina: readding to moonbase
Dennis Veatch
dennisveatch at bellsouth.net
Wed Oct 29 14:51:06 CET 2014
commit 9b6c5476fa4f819b42df868bf68ed5dc70a5eeeb
Author: Dennis Veatch <dennisveatch at bellsouth.net>
Date: Wed, 29 Oct 2014 09:50:49 -0400
URL: https://github.com/lunar-linux/moonbase-other/commit/9b6c5476fa4f819b42df868bf68ed5dc70a5eeeb
eina: readding to moonbase
---
libs/eina/DETAILS | +24/-0
1 file changed, 24 insertions(+)
--- /dev/null
+++ b/libs/eina/DETAILS
@@ -0,0 +1,24 @@
+ MODULE=eina
+ VERSION=1.7.10
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE_URL=http://download.enlightenment.org/releases/
+ SOURCE_VFY=sha1:f8c254a9029ef73fa4ee4b4ca88094acbb7597b9
+ WEB_SITE=http://enlightenment.org/
+ ENTERED=20141024
+ UPDATED=20141024
+ SHORT="providing data structure utilities for EFL"
+
+cat << EOF
+Eina is a library providing data structure utilities for EFL that are meant
+to be lean, efficient and tailored to EFL's needs. This saves each
+library implementing its own custom datatype handling and duplicating
+the code. Some of the datatypes handles are:
+ Arrays (variable sized, including inline members)
+ Hash tables
+ Inlined linked lists
+ Linked lists
+ Matricies
+ Quadtrees
+ Red/black trees
+ Stringbuffers (expandable string buffers)
+EOF
More information about the Lunar-commits
mailing list