vcpkg/ports/zstd/vcpkg.json

19 lines
381 B
JSON
Raw Normal View History

{
"name": "zstd",
"version": "1.5.4",
2023-04-14 03:23:49 +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
}
]
}