mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:29:00 +08:00
853e515b2b
Co-authored-by: Theodore Tsirpanis <theodore.tsirpanis@tiledb.com>
24 lines
490 B
JSON
24 lines
490 B
JSON
{
|
|
"name": "lz4",
|
|
"version": "1.10.0",
|
|
"description": "Lossless compression algorithm, providing compression speed at 400 MB/s per core.",
|
|
"homepage": "https://github.com/lz4/lz4",
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"tools": {
|
|
"description": "Build lz4 binary",
|
|
"license": "GPL-2.0-or-later"
|
|
}
|
|
}
|
|
}
|