diff options
author | Aleksandar Samardzic <asamardzic@matf.bg.ac.yu> | 2010-05-11 20:00:43 +0200 |
---|---|---|
committer | Alan Hicks <alan@lizella.net> | 2010-05-11 20:00:43 +0200 |
commit | dfe784ef5593ab086ab30f6376166e0b16a7c263 (patch) | |
tree | ea4543e852144eb8187c8d90ef27f9f11440a1a2 /libraries/eet/README | |
parent | bc53276cd13e1b5035b9c3800b075f0204d8fb2b (diff) | |
download | slackbuilds-dfe784ef5593ab086ab30f6376166e0b16a7c263.tar.gz |
libraries/eet: Added to 12.0 repository
Diffstat (limited to 'libraries/eet/README')
-rw-r--r-- | libraries/eet/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libraries/eet/README b/libraries/eet/README new file mode 100644 index 0000000000..90ff52106f --- /dev/null +++ b/libraries/eet/README @@ -0,0 +1,5 @@ +Eet is part of Enlightenment DR17 foundation libraries. + +Eet is a tiny library designed to write an arbitary set of chunks of +data to a file and optionally compress each chunk (very much like a +zip file) and allow fast random-access reading of the file later on. |