mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 03: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
22 lines
499 B
JSON
22 lines
499 B
JSON
{
|
|
"name": "brpc",
|
|
"version-string": "0.9.7",
|
|
"port-version": 2,
|
|
"description": "Industrial-grade RPC framework used throughout Baidu, with 1,000,000+ instances and thousands kinds of services, called \"baidu-rpc\" inside Baidu.",
|
|
"homepage": "https://github.com/apache/incubator-brpc",
|
|
"supports": "!windows",
|
|
"dependencies": [
|
|
"gflags",
|
|
"glog",
|
|
"leveldb",
|
|
"openssl",
|
|
{
|
|
"name": "protobuf",
|
|
"features": [
|
|
"zlib"
|
|
]
|
|
},
|
|
"thrift"
|
|
]
|
|
}
|