vcpkg/ports/zstd/vcpkg.json

25 lines
490 B
JSON
Raw Normal View History

{
"name": "zstd",
2023-05-02 06:15:58 +08:00
"version": "1.5.5",
2023-09-14 06:00:09 +08:00
"port-version": 1,
"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",
"supports": "!uwp"
}
}
}