vcpkg/ports/zstd/vcpkg.json

17 lines
322 B
JSON
Raw Normal View History

{
"name": "zstd",
2021-08-26 12:08:51 +08:00
"version-semver": "1.5.0",
"description": "Zstandard - Fast real-time compression algorithm",
2021-08-26 12:08:51 +08:00
"homepage": "https://facebook.github.io/zstd/",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}