blob: 3536b98c5ea0087f1c7430cba5cb2a8cd1103aa7 [file] [log] [blame]
{
"name": "lz4",
"version": "128",
"summary": "Extremely Fast Compression algorithm",
"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.",
"homepage": "http://www.lz4.info/",
"license": {
"type": "BSD",
"file": "lib/LICENSE"
},
"authors": "Yann Collet",
"source": {
"git": "https://github.com/Cyan4973/lz4.git",
"tag": "r128"
},
"source_files": "lib/*.{h,c}",
"public_header_files": "lib/*.h",
"requires_arc": true
}