vcpkg/ports/zstd/vcpkg.json

18 lines
360 B
JSON
Raw Normal View History

{
"name": "zstd",
2023-05-02 06:15:58 +08:00
"version": "1.5.5",
"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
}
]
}