vcpkg/ports/brpc/vcpkg.json
Lily Wang e38526f36e
[brpc] Add DISABLE_PARALLEL_CONFIGURE (#26162)
* [brpc] Add DISABLE_PARALLEL_CONFIGURE

* x-add-version
2022-08-04 11:00:12 -07:00

34 lines
710 B
JSON

{
"name": "brpc",
"version": "1.2.0",
"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",
"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
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}