mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 21:19:01 +08:00
b29f8ef37e
* [protobuf] upgrade to latest release (v3.18.0) This requires patching OpenCV as it uses a function removed in the latest version of protobuf (FWIW, upstream OpenCV has a similar patch). * The arcus port also needs a patch * The caffe2 port also needs a patch * The brpc port also needs a patch
21 lines
420 B
JSON
21 lines
420 B
JSON
{
|
|
"name": "protobuf",
|
|
"version-semver": "3.18.0",
|
|
"description": "Protocol Buffers - Google's data interchange format",
|
|
"homepage": "https://github.com/protocolbuffers/protobuf",
|
|
"dependencies": [
|
|
{
|
|
"name": "protobuf",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"zlib": {
|
|
"description": "ZLib based features like Gzip streams",
|
|
"dependencies": [
|
|
"zlib"
|
|
]
|
|
}
|
|
}
|
|
}
|