mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 06:51:48 +08:00
43b616b93a
* Don't add _static suffix to mingw pc file * Update versions * Update portfile.cmake Small changes for the format * Fix name of exported version file * Update versions * [skip actions] CI Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
18 lines
343 B
JSON
18 lines
343 B
JSON
{
|
|
"name": "zstd",
|
|
"version-semver": "1.5.0",
|
|
"port-version": 1,
|
|
"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
|
|
}
|
|
]
|
|
}
|