mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-22 16:53:03 +08:00
61ea35c9fb
Co-authored-by: Kai Pastor <dg0yt@darc.de>
19 lines
391 B
JSON
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
|
|
}
|
|
]
|
|
}
|