4 "summary": "Extremely Fast Compression algorithm",
5 "description": "LZ4 is a very fast lossless compression algorithm, providing compression speed at 400 MB/s per core, scalable with multi-cores CPU. It also features an extremely fast decoder, with speed in multiple GB/s per core, typically reaching RAM speed limits on multi-core systems.",
6 "homepage": "http://www.lz4.info/",
11 "authors": "Yann Collet",
13 "git": "https://github.com/Cyan4973/lz4.git",
16 "source_files": "lib/*.{h,c}",
17 "public_header_files": "lib/*.h",