mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 11:28:59 +08:00
25 lines
490 B
JSON
25 lines
490 B
JSON
{
|
|
"name": "zstd",
|
|
"version": "1.5.5",
|
|
"port-version": 1,
|
|
"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
|
|
}
|
|
],
|
|
"features": {
|
|
"tools": {
|
|
"description": "Build zstd binary",
|
|
"supports": "!uwp"
|
|
}
|
|
}
|
|
}
|