vcpkg/ports/protobuf/vcpkg.json
ras0219 4783c36f8c
[boost][many ports] Reformat manifest files in preparation for #15424 (#15616)
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2021-01-13 14:41:23 -08:00

16 lines
359 B
JSON

{
"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"
]
}
}
}