From 63c9ff04ff5430ebcd7b8d0941b02fc27b01ee7f Mon Sep 17 00:00:00 2001 From: Daniel LEVAI Date: Mon, 7 Jan 2013 20:13:05 +0100 Subject: system/lzop: Added (LZO archiver). Signed-off-by: Matteo Bernardini --- system/lzop/README | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 system/lzop/README (limited to 'system/lzop/README') 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. -- cgit v1.2.3