PlatformIO Library Registry manifest file
authorNicolas Colomer <ncolomer@viadeoteam.com>
Tue, 16 Jun 2015 11:47:34 +0000 (13:47 +0200)
committerNicolas Colomer <ncolomer@viadeoteam.com>
Tue, 16 Jun 2015 11:47:34 +0000 (13:47 +0200)
library.json [new file with mode: 0644]

diff --git a/library.json b/library.json
new file mode 100644 (file)
index 0000000..534c3bf
--- /dev/null
@@ -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"
+  ]
+}