mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-02 18:39:08 +08:00
30 lines
642 B
JSON
30 lines
642 B
JSON
{
|
|
"name": "brpc",
|
|
"version": "0.9.7",
|
|
"port-version": 7,
|
|
"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",
|
|
"license": "Apache-2.0",
|
|
"supports": "!windows & !arm",
|
|
"dependencies": [
|
|
"gflags",
|
|
"glog",
|
|
{
|
|
"name": "leveldb",
|
|
"default-features": false
|
|
},
|
|
"openssl",
|
|
{
|
|
"name": "protobuf",
|
|
"features": [
|
|
"zlib"
|
|
]
|
|
},
|
|
"thrift",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|