vcpkg/ports/protobuf/vcpkg.json

16 lines
359 B
JSON
Raw Normal View History

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