vcpkg/ports/lz4/vcpkg.json
autoantwort 61ea35c9fb
[lz4] update license expression (#39813)
Co-authored-by: Kai Pastor <dg0yt@darc.de>
2024-07-11 11:49:10 -04:00

19 lines
391 B
JSON

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