mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 07:19:00 +08:00
32 lines
650 B
JSON
32 lines
650 B
JSON
{
|
|
"name": "protobuf",
|
|
"version": "5.28.3",
|
|
"description": "Google's language-neutral, platform-neutral, extensible mechanism for serializing structured data.",
|
|
"homepage": "https://github.com/protocolbuffers/protobuf",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": [
|
|
"abseil",
|
|
{
|
|
"name": "protobuf",
|
|
"host": true
|
|
},
|
|
"utf8-range",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"zlib": {
|
|
"description": "ZLib based features like Gzip streams",
|
|
"dependencies": [
|
|
"zlib"
|
|
]
|
|
}
|
|
}
|
|
}
|