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