mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 18:39:01 +08:00
4783c36f8c
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
16 lines
359 B
JSON
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"
|
|
]
|
|
}
|
|
}
|
|
}
|