mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 12:19:08 +08:00
22 lines
499 B
JSON
22 lines
499 B
JSON
|
{
|
||
|
"name": "brpc",
|
||
|
"version-string": "0.9.7",
|
||
|
"port-version": 1,
|
||
|
"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"
|
||
|
]
|
||
|
}
|