2021-09-09 16:24:04 +08:00
{
"name" : "brpc" ,
2022-07-21 06:20:39 +08:00
"version" : "1.2.0" ,
2022-08-05 02:00:12 +08:00
"port-version" : 1 ,
2021-09-09 16:24:04 +08:00
"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" ,
2022-01-28 01:09:26 +08:00
"license" : "Apache-2.0" ,
2022-02-18 09:23:21 +08:00
"supports" : "!windows & !arm" ,
2021-09-09 16:24:04 +08:00
"dependencies" : [
"gflags" ,
"glog" ,
2022-02-16 12:34:42 +08:00
{
"name" : "leveldb" ,
"default-features" : false
} ,
2021-09-09 16:24:04 +08:00
"openssl" ,
{
"name" : "protobuf" ,
"features" : [
"zlib"
]
} ,
2022-01-28 01:09:26 +08:00
"thrift" ,
{
"name" : "vcpkg-cmake" ,
"host" : true
2022-06-03 03:53:28 +08:00
} ,
{
"name" : "vcpkg-cmake-config" ,
"host" : true
2022-01-28 01:09:26 +08:00
}
2021-09-09 16:24:04 +08:00
]
}