mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-05 10:57:50 +08:00
c9e786d81a
* Bulk remove vcpkg_fail_port_install calls. Interesting ones have been split out into separate reviews, where "interesting" means "anything more than just deleting the call to vcpkg_fail_port_install", In support of https://github.com/microsoft/vcpkg/pull/21502 * Update version database. * Revert google benchmark changes already submitted as https://github.com/microsoft/vcpkg/pull/22728 * Repair version database.
22 lines
499 B
JSON
22 lines
499 B
JSON
{
|
|
"name": "brpc",
|
|
"version-string": "0.9.7",
|
|
"port-version": 4,
|
|
"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"
|
|
]
|
|
}
|