mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 04:49:08 +08:00
08690d82c1
* [nanopb] update to 0.4.5 and add generator * add versions * fix python install? * update version * fix python? again * version * test python * add version * fix portfile * version * Update ports/nanopb/portfile.cmake Co-authored-by: nicole mazzuca <83086508+strega-nil-ms@users.noreply.github.com> * Update ports/nanopb/portfile.cmake Co-authored-by: nicole mazzuca <83086508+strega-nil-ms@users.noreply.github.com> * update version Co-authored-by: nicole mazzuca <83086508+strega-nil-ms@users.noreply.github.com>
18 lines
374 B
JSON
18 lines
374 B
JSON
{
|
|
"name": "nanopb",
|
|
"version-semver": "0.4.5",
|
|
"description": "A small code-size Protocol Buffers implementation in ANSI C.",
|
|
"homepage": "https://jpa.kapsi.fi/nanopb/",
|
|
"features": {
|
|
"generator": {
|
|
"description": "build the generator",
|
|
"dependencies": [
|
|
{
|
|
"name": "protobuf",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|