2021-09-09 16:24:04 +08:00
|
|
|
{
|
|
|
|
"name": "protobuf-c",
|
2024-08-02 00:57:53 +08:00
|
|
|
"version-semver": "1.5.0",
|
2021-09-09 16:24:04 +08:00
|
|
|
"description": "This is protobuf-c, a C implementation of the Google Protocol Buffers data serialization format.",
|
|
|
|
"homepage": "https://github.com/protobuf-c/protobuf-c",
|
|
|
|
"dependencies": [
|
2021-11-17 08:44:24 +08:00
|
|
|
"protobuf",
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
2024-08-02 00:57:53 +08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
2021-11-17 08:44:24 +08:00
|
|
|
}
|
2021-09-09 16:24:04 +08:00
|
|
|
],
|
|
|
|
"features": {
|
|
|
|
"test": {
|
2021-11-17 08:44:24 +08:00
|
|
|
"description": "Build test project.",
|
2021-09-09 16:24:04 +08:00
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "protobuf-c",
|
|
|
|
"features": [
|
|
|
|
"tools"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"tools": {
|
2023-11-22 10:56:20 +08:00
|
|
|
"description": "Build tools (protoc-gen-c).",
|
|
|
|
"supports": "!uwp"
|
2021-09-09 16:24:04 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|