diff options
author | drochner <drochner@pkgsrc.org> | 2011-04-15 16:22:59 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2011-04-15 16:22:59 +0000 |
commit | 2f6d453586125641310d1cfe72023725b9a3e67a (patch) | |
tree | 20911370d4e24dd8100e842833fa1a73686bc68b /archivers/liblzo/DESCR | |
parent | 2e4d688a89c9d5efc8a1ddb779793e9b6659c067 (diff) | |
download | pkgsrc-2f6d453586125641310d1cfe72023725b9a3e67a.tar.gz |
get liblzo back from Attic, it is still needed
Diffstat (limited to 'archivers/liblzo/DESCR')
-rw-r--r-- | archivers/liblzo/DESCR | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/archivers/liblzo/DESCR b/archivers/liblzo/DESCR new file mode 100644 index 00000000000..4fdf63fea01 --- /dev/null +++ b/archivers/liblzo/DESCR @@ -0,0 +1,8 @@ +LZO is a portable lossless data compression library written in ANSI +C. It offers pretty fast compression and *very* fast decompression. +Decompression requires no memory. In addition, there are slower +compression levels achieving a quite competitive compression ratio +while still decompressing at this very high speed. + +This package contains the older v1 release of the library. +See pkgsrc/archivers/lzo for the current version. |