vcpkg/ports/lz4/vcpkg.json
2023-01-04 14:47:07 -08:00

18 lines
387 B
JSON

{
"name": "lz4",
"version": "1.9.4",
"description": "Lossless compression algorithm, providing compression speed at 400 MB/s per core.",
"homepage": "https://github.com/lz4/lz4",
"license": "BSD-2-Clause AND GPL-2.0-only",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}