aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/brpc/vcpkg.json
blob: 5143e1d1b8bb2e161d19f71bbfca35295b4ca918 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
  "name": "brpc",
  "version": "1.14.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/brpc",
  "license": "Apache-2.0",
  "supports": "!android & !windows",
  "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
    }
  ]
}