vcpkg/ports/zstd/vcpkg.json
2021-08-25 21:08:51 -07:00

17 lines
322 B
JSON

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