aboutsummaryrefslogtreecommitdiff
path: root/ports/protobuf/vcpkg.json
blob: c75206275c098ff20cc340cc34d1d840261f6668 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "name": "protobuf",
  "version-semver": "3.18.0",
  "description": "Protocol Buffers - Google's data interchange format",
  "homepage": "https://github.com/protocolbuffers/protobuf",
  "dependencies": [
    {
      "name": "protobuf",
      "host": true
    }
  ],
  "features": {
    "zlib": {
      "description": "ZLib based features like Gzip streams",
      "dependencies": [
        "zlib"
      ]
    }
  }
}