vcpkg/ports/brpc/vcpkg.json
Dennis b89e291b45
[grpc/protobuf] Update grpc to 1.65.5 and update protobuf to 5.26.1 (#39800)
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2024-11-14 02:30:13 -08:00

33 lines
692 B
JSON

{
"name": "brpc",
"version": "1.11.0",
"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/brpc",
"license": "Apache-2.0",
"supports": "!windows & !(arm & android)",
"dependencies": [
"gflags",
"glog",
{
"name": "leveldb",
"default-features": false
},
"openssl",
{
"name": "protobuf",
"features": [
"zlib"
]
},
"thrift",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}