aboutsummaryrefslogtreecommitdiff
path: root/ports/nanopb/vcpkg.json
blob: dad0eff55b36e4be9fb824a25f447580f3f070b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "nanopb",
  "version-semver": "0.4.5",
  "description": "A small code-size Protocol Buffers implementation in ANSI C.",
  "homepage": "https://jpa.kapsi.fi/nanopb/",
  "features": {
    "generator": {
      "description": "build the generator",
      "dependencies": [
        {
          "name": "protobuf",
          "host": true
        }
      ]
    }
  }
}