vcpkg/ports/zstd/vcpkg.json

25 lines
499 B
JSON
Raw Normal View History

{
"name": "zstd",
2023-05-02 06:15:58 +08:00
"version": "1.5.5",
2023-10-31 05:58:07 +08:00
"port-version": 2,
"description": "Zstandard - Fast real-time compression algorithm",
2021-08-26 12:08:51 +08:00
"homepage": "https://facebook.github.io/zstd/",
"license": "BSD-3-Clause OR GPL-2.0-only",
2021-08-26 12:08:51 +08:00
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
2023-09-14 06:00:09 +08:00
],
"features": {
"tools": {
"description": "Build zstd binary",
2023-10-31 05:58:07 +08:00
"supports": "!uwp & static"
2023-09-14 06:00:09 +08:00
}
}
}