mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 20:28:59 +08:00
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"
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
}
|