68a5e7840e
Lizard (formerly LZ5) is an efficient compressor with very fast decompression. It achieves compression ratio that is comparable to zip/zlib and zstd/brotli (at low and medium compression levels) at decompression speed of 1000 MB/s and faster. WWW: https://github.com/inikep/lizard PR: 237310 Submitted by: Hiroki Tagato <tagattie@yandex.com> Approved by: miwi (mentor) Differential Revision: https://reviews.freebsd.org/D19933
15 lines
285 B
Plaintext
15 lines
285 B
Plaintext
bin/lizard
|
|
bin/lizardcat
|
|
bin/unlizard
|
|
include/lizard_common.h
|
|
include/lizard_compress.h
|
|
include/lizard_frame.h
|
|
lib/liblizard.a
|
|
lib/liblizard.so
|
|
lib/liblizard.so.1
|
|
lib/liblizard.so.1.0.0
|
|
libdata/pkgconfig/liblizard.pc
|
|
man/man1/lizard.1.gz
|
|
man/man1/lizardcat.1.gz
|
|
man/man1/unlizard.1.gz
|