mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 11:19:00 +08:00
a80a5e9b5f
* [protobuf] upgrade to latest release (v3.19.4) * [protobuf] upgrade to latest release (v3.19.4) - update version
30 lines
578 B
JSON
30 lines
578 B
JSON
{
|
|
"name": "protobuf",
|
|
"version-semver": "3.19.4",
|
|
"description": "Protocol Buffers - Google's data interchange format",
|
|
"homepage": "https://github.com/protocolbuffers/protobuf",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": [
|
|
{
|
|
"name": "protobuf",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"zlib": {
|
|
"description": "ZLib based features like Gzip streams",
|
|
"dependencies": [
|
|
"zlib"
|
|
]
|
|
}
|
|
}
|
|
}
|