aboutsummaryrefslogtreecommitdiff
path: root/ports/protobuf-c/vcpkg.json
blob: 548cce39b6c9a788bd50a902c033a0300d01abe9 (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
{
  "name": "protobuf-c",
  "version-string": "1.3.2",
  "port-version": 3,
  "description": "This is protobuf-c, a C implementation of the Google Protocol Buffers data serialization format.",
  "homepage": "https://github.com/protobuf-c/protobuf-c",
  "dependencies": [
    "protobuf"
  ],
  "features": {
    "test": {
      "description": "build test project.",
      "dependencies": [
        {
          "name": "protobuf-c",
          "features": [
            "tools"
          ]
        }
      ]
    },
    "tools": {
      "description": "build tools."
    }
  }
}