vcpkg/ports/protozero/vcpkg.json

10 lines
222 B
JSON
Raw Normal View History

{
"name": "protozero",
"version-semver": "1.7.0",
"description": "Minimalist protocol buffer decoder and encoder in C++",
"homepage": "https://github.com/mapbox/protozero",
"dependencies": [
"protobuf"
]
}