mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-02 07:01:49 +08:00
c1f00045e9
* [zstd] Update to 1.5.4 * [zstd] Update version files
18 lines
360 B
JSON
18 lines
360 B
JSON
{
|
|
"name": "zstd",
|
|
"version": "1.5.4",
|
|
"description": "Zstandard - Fast real-time compression algorithm",
|
|
"homepage": "https://facebook.github.io/zstd/",
|
|
"license": "BSD-3-Clause OR GPL-2.0-only",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|