vcpkg/ports/zstd/vcpkg.json
Kai Pastor 952c23b64d
[zstd] Use real 1.5.2 release (#28166)
* [zstd] Update to real 1.5.2

* Modernize multi-file copyright

* Update versions
2022-12-05 12:19:33 -08:00

19 lines
381 B
JSON

{
"name": "zstd",
"version": "1.5.2",
"port-version": 2,
"description": "Zstandard - Fast real-time compression algorithm",
"homepage": "https://facebook.github.io/zstd/",
"license": "BSD-3-Clause OR GPL-2.0-only",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}