mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 20:32:00 +08:00
07e508359c
* [brpc] Fix build failed when protobuf update to 3.19.3 * update version * Add license * update version * Add support in vcpkg.json * update version * update version * update patch * remove patch * update patch name * update version Co-authored-by: Lily Wang <v-lilywang@microsoft.com>
27 lines
587 B
JSON
27 lines
587 B
JSON
{
|
|
"name": "brpc",
|
|
"version-string": "0.9.7",
|
|
"port-version": 5,
|
|
"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",
|
|
"dependencies": [
|
|
"gflags",
|
|
"glog",
|
|
"leveldb",
|
|
"openssl",
|
|
{
|
|
"name": "protobuf",
|
|
"features": [
|
|
"zlib"
|
|
]
|
|
},
|
|
"thrift",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|