aboutsummaryrefslogtreecommitdiffstats
path: root/library.json
diff options
context:
space:
mode:
authorPetteri Aimonen <jpa@github.mail.kapsi.fi>2015-06-16 14:58:25 +0300
committerPetteri Aimonen <jpa@github.mail.kapsi.fi>2015-06-16 14:58:25 +0300
commit0afc4cf86945e12269ebc257d32410f0a0421e04 (patch)
treea69846e89020c4ef1436b85494b73608c378c357 /library.json
parent775df2b3902d87b7c816ea165ac5d1e83980a509 (diff)
parent01ac4d6f342760aa85901d041c0dbf837eccb77a (diff)
Merge pull request #156 from ncolomer/master
PlatformIO Library Registry manifest file
Diffstat (limited to 'library.json')
-rw-r--r--library.json21
1 files changed, 21 insertions, 0 deletions
diff --git a/library.json b/library.json
new file mode 100644
index 00000000..534c3bf5
--- /dev/null
+++ b/library.json
@@ -0,0 +1,21 @@
+{
+ "name": "Nanopb",
+ "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 (2-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/"
+ }],
+ "frameworks": [
+ "arduino"
+ ],
+ "platforms": [
+ "atmelavr",
+ "teensy"
+ ]
+}