Merge pull request #237 from wak-google/fix-build
[apps/agl-service-can-low-level.git] / library.json
index 534c3bf..1a0b07c 100644 (file)
@@ -1,5 +1,6 @@
 {
   "name": "Nanopb",
+  "version": "0.3.8-dev",
   "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": {
     "email": "jpa@nanopb.mail.kapsi.fi",
     "url": "http://koti.kapsi.fi/jpa/nanopb/"
   }],
-  "frameworks": [
-    "arduino"
+  "include": [
+    "*.c",
+    "*.cpp",
+    "*.h"
   ],
-  "platforms": [
-    "atmelavr",
-    "teensy"
-  ]
+  "examples": "examples/*/*.c",
+  "frameworks": "*",
+  "platforms": "*"
 }