Skip to content

Commit

Permalink
eina: readding to moonbase
Browse files Browse the repository at this point in the history
  • Loading branch information
stumbles committed Oct 29, 2014
1 parent 6543ac5 commit 9b6c547
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions 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

0 comments on commit 9b6c547

Please sign in to comment.