2021-01-14 06:41:23 +08:00
|
|
|
{
|
|
|
|
"name": "protobuf",
|
2023-01-16 03:10:54 +08:00
|
|
|
"version": "3.21.12",
|
2024-05-25 10:39:45 +08:00
|
|
|
"port-version": 3,
|
2024-04-10 00:10:21 +08:00
|
|
|
"description": "Google's language-neutral, platform-neutral, extensible mechanism for serializing structured data.",
|
2021-01-14 06:41:23 +08:00
|
|
|
"homepage": "https://github.com/protocolbuffers/protobuf",
|
2022-03-16 04:26:15 +08:00
|
|
|
"license": "BSD-3-Clause",
|
2021-03-27 03:55:34 +08:00
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "protobuf",
|
|
|
|
"host": true
|
2022-03-16 04:26:15 +08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
2021-03-27 03:55:34 +08:00
|
|
|
}
|
|
|
|
],
|
2021-01-14 06:41:23 +08:00
|
|
|
"features": {
|
|
|
|
"zlib": {
|
|
|
|
"description": "ZLib based features like Gzip streams",
|
|
|
|
"dependencies": [
|
|
|
|
"zlib"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|