Merge pull request #156 from ncolomer/master
[apps/agl-service-can-low-level.git] / library.json
1 {
2   "name": "Nanopb",
3   "keywords": "protocol buffers, protobuf, google",
4   "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.",
5   "repository": {
6     "type": "git",
7     "url": "https://github.com/nanopb/nanopb.git"
8   },
9   "authors": [{
10     "name": "Petteri Aimonen",
11     "email": "jpa@nanopb.mail.kapsi.fi",
12     "url": "http://koti.kapsi.fi/jpa/nanopb/"
13   }],
14   "frameworks": [
15     "arduino"
16   ],
17   "platforms": [
18     "atmelavr",
19     "teensy"
20   ]
21 }