vcpkg/ports/lz4/vcpkg.json
Kai Pastor 853e515b2b
[lz4] Update to 1.10.0, use official CMake build system (#40052)
Co-authored-by: Theodore Tsirpanis <theodore.tsirpanis@tiledb.com>
2024-07-25 13:34:56 -07:00

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"
}
}
}