vcpkg/ports/lz4/vcpkg.json
2023-01-08 22:04:15 -08:00

19 lines
408 B
JSON

{
"name": "lz4",
"version": "1.9.4",
"port-version": 1,
"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
}
]
}