vcpkg/ports/nanopb/vcpkg.json
Mathis Logemann 08690d82c1
[nanopb] update to 0.4.5 and add generator (#18241)
* [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>
2021-06-22 18:24:13 -07:00

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
}
]
}
}
}