Update doc revision and pdf cover.
[apps/low-level-can-service.git] / libs / nanopb / library.json
1 {
2   "name": "Nanopb",
3   "version": "0.3.9-dev",
4   "keywords": "protocol buffers, protobuf, google",
5   "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 (2-10 kB ROM, <1 kB RAM) memory constraints.",
6   "repository": {
7     "type": "git",
8     "url": "https://github.com/nanopb/nanopb.git"
9   },
10   "authors": [{
11     "name": "Petteri Aimonen",
12     "email": "jpa@nanopb.mail.kapsi.fi",
13     "url": "http://koti.kapsi.fi/jpa/nanopb/"
14   }],
15   "include": [
16     "*.c",
17     "*.cpp",
18     "*.h"
19   ],
20   "examples": "examples/*/*.c",
21   "frameworks": "*",
22   "platforms": "*"
23 }