mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 08:57:11 +08:00
29 lines
548 B
JSON
29 lines
548 B
JSON
{
|
|
"name": "nanopb",
|
|
"version-semver": "0.4.9",
|
|
"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
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|