summaryrefslogtreecommitdiffstats
path: root/system/lzop/README
diff options
context:
space:
mode:
author Daniel LEVAI <leva@ecentrum.hu>2013-01-07 20:13:05 +0100
committer dsomero <xgizzmo@slackbuilds.org>2013-01-09 18:52:25 -0500
commit63c9ff04ff5430ebcd7b8d0941b02fc27b01ee7f (patch)
tree45b531404a67074087c91b455b6517fc5cf88f75 /system/lzop/README
parent1da156fecc87441a78521fb4ce553c81ef82eba7 (diff)
downloadslackbuilds-63c9ff04ff5430ebcd7b8d0941b02fc27b01ee7f.tar.gz
slackbuilds-63c9ff04ff5430ebcd7b8d0941b02fc27b01ee7f.tar.xz
system/lzop: Added (LZO archiver).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'system/lzop/README')
-rw-r--r--system/lzop/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/system/lzop/README b/system/lzop/README
new file mode 100644
index 0000000000..a3f0588e5a
--- /dev/null
+++ b/system/lzop/README
@@ -0,0 +1,5 @@
+lzop is a LZO archiver. It uses the LZO data compression library
+for compression services, and its main advantages over gzip are
+much higher compression and decompression speed (at the cost of
+some compression ratio).
+lzop is the fastest (de)compresser around.