mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 00:31:37 +08:00
35c086d050
* Drop unused xxhash dependency * Modernize portfile * Install pc file * x-add-version * Switch to 'version' field * Update versions * Fix liblz4 pc file name * Update versions
18 lines
362 B
JSON
18 lines
362 B
JSON
{
|
|
"name": "lz4",
|
|
"version": "1.9.3",
|
|
"port-version": 2,
|
|
"description": "Lossless compression algorithm, providing compression speed at 400 MB/s per core.",
|
|
"homepage": "https://github.com/lz4/lz4",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|