mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 11:28:59 +08:00
55f8d1eb53
* wip * restore patch * wip * wip * ran x-add-version --all * address PR comments * wip * ran `.\vcpkg x-add-version --all --overwrite-version`
29 lines
548 B
JSON
29 lines
548 B
JSON
{
|
|
"name": "nanopb",
|
|
"version-semver": "0.4.7",
|
|
"description": "A small code-size Protocol Buffers implementation in ANSI C.",
|
|
"homepage": "https://jpa.kapsi.fi/nanopb/",
|
|
"license": "Zlib",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"generator": {
|
|
"description": "build the generator",
|
|
"dependencies": [
|
|
{
|
|
"name": "protobuf",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|