aboutsummaryrefslogtreecommitdiff
path: root/ports/protozero/vcpkg.json
blob: aae619a1e56c206a43db805772ce0d781370488a (plain)
1
2
3
4
5
6
7
8
9
{
  "name": "protozero",
  "version-semver": "1.7.0",
  "description": "Minimalist protocol buffer decoder and encoder in C++",
  "homepage": "https://github.com/mapbox/protozero",
  "dependencies": [
    "protobuf"
  ]
}