mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-02 18:59:31 +08:00
27 lines
575 B
JSON
27 lines
575 B
JSON
|
{
|
||
|
"name": "protobuf-c",
|
||
|
"version-string": "1.3.2",
|
||
|
"port-version": 3,
|
||
|
"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": [
|
||
|
"protobuf"
|
||
|
],
|
||
|
"features": {
|
||
|
"test": {
|
||
|
"description": "build test project.",
|
||
|
"dependencies": [
|
||
|
{
|
||
|
"name": "protobuf-c",
|
||
|
"features": [
|
||
|
"tools"
|
||
|
]
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
"tools": {
|
||
|
"description": "build tools."
|
||
|
}
|
||
|
}
|
||
|
}
|