4e6b9d37ad
Thanks to Grzegorz Blach <magik@roorback.net> for doing the hard work preparing the initial version of the update! PR: ports/148038 Submitted by: Grzegorz Blach <magik@roorback.net> (based on)
7 lines
377 B
Text
7 lines
377 B
Text
Eet is a tiny library designed to write an arbitrary 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. It does not do zip as a zip itself has more complexity than is
|
|
needed, and it was much simpler to implement this once here.
|
|
|
|
WWW: http://docs.enlightenment.org/auto/eet/
|