aboutsummaryrefslogtreecommitdiff
path: root/ports/brpc/vcpkg.json
blob: 2b2e1568916597c51dcdeaa3b3b6b968cd8674fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "name": "brpc",
  "version-string": "0.9.7",
  "port-version": 2,
  "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"
  ]
}