vcpkg/ports/zstd/vcpkg.json
2022-01-18 12:28:16 -08:00

17 lines
315 B
JSON

{
"name": "zstd",
"version": "1.5.2",
"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
}
]
}