aboutsummaryrefslogtreecommitdiff
path: root/ports/grpc/vcpkg.json
blob: 0a180bea0a1b51f2cdf6be2420ec716575442d6a (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
{
  "name": "grpc",
  "version-string": "1.33.1",
  "port-version": 2,
  "description": "An RPC library and framework",
  "homepage": "https://github.com/grpc/grpc",
  "dependencies": [
    "abseil",
    {
      "name": "c-ares",
      "platform": "!uwp"
    },
    "openssl",
    "protobuf",
    "re2",
    "upb",
    "zlib"
  ],
  "features": {
    "absl-sync": {
      "description": "Use abseil synchronization module"
    }
  }
}