blob: 933645870a1e0ece3dc97dcd11dca672ae6909d4 [file] [log] [blame]
{
"name": "Nanopb",
"version": "0.4.5",
"keywords": "protocol buffers, protobuf, google",
"description": "Nanopb is a plain-C implementation of Google's Protocol Buffers data format. It is targeted at 32 bit microcontrollers, but is also fit for other embedded systems with tight (<10 kB ROM, <1 kB RAM) memory constraints.",
"repository": {
"type": "git",
"url": "https://github.com/nanopb/nanopb.git"
},
"authors": [{
"name": "Petteri Aimonen",
"email": "jpa@nanopb.mail.kapsi.fi",
"url": "http://koti.kapsi.fi/jpa/nanopb/"
}],
"export": {
"include": [
"*.c",
"*.cpp",
"*.h",
"examples"
]
},
"examples": "examples/*/*.c",
"frameworks": "*",
"platforms": "*"
}