5 kx # HOW TO EDIT THIS FILE:
5 kx # The "handy ruler" below makes it easier to edit a package description. Line
5 kx # up the first '|' above the ':' following the base package name, and the '|'
5 kx # on the right side marks the last column you can put a character in. You must
5 kx # make exactly 11 lines for the formatting to be correct. It's also
5 kx # customary to leave one space after the ':'.
5 kx
5 kx |-----handy-ruler------------------------------------------------------|
5 kx lz4: lz4 @VERSION@ (fast compression algorithm)
5 kx lz4:
5 kx lz4: LZ4 is lossless compression algorithm, providing compression speed
5 kx lz4: more 500 MB/s per core. It features an extremely fast decoder, with
5 kx lz4: speed in multiple GB/s per core. A high compression derivative,
5 kx lz4: called LZ4_HC, is available, trading customizable CPU time for
5 kx lz4: compression ratio. LZ4 library is provided as open source software
5 kx lz4: using a BSD license.
5 kx lz4:
5 kx lz4: Homepage: http://www.lz4.org
5 kx lz4: