aboutsummaryrefslogtreecommitdiff
path: root/library.json
diff options
context:
space:
mode:
authorYu Shan <shanyu@google.com>2018-07-24 17:26:36 -0700
committerYu Shan <shanyu@google.com>2018-07-25 14:51:13 -0400
commit56ebba603b8b913261a40f3f61561bb728e3eaa5 (patch)
tree9aa05df75ba4f5da6459d0192fb5f937a34eaa90 /library.json
parent3b20283285e6ae76ba17167d20eaeab0461ff0d9 (diff)
downloadnanopb-c-56ebba603b8b913261a40f3f61561bb728e3eaa5.tar.gz
Upgrade nanopb to 0.3.9.1
Downloaded from https://github.com/nanopb/nanopb/archive/0.3.9.1.tar.gz Also upload generator/google to python-protobuf 3.0.0. Copied from /usr/lib/python2.7/dist-packages/google after run apt-get install python-protobuf. Remove *.so to force it to use python implementation instead of prebuilt cpp implementation. Bug: b/111798740 Test: None Change-Id: I110dc1352b05a372811520efd34ffbda5abc2a02
Diffstat (limited to 'library.json')
-rw-r--r--library.json26
1 files changed, 26 insertions, 0 deletions
diff --git a/library.json b/library.json
new file mode 100644
index 0000000..b070e54
--- /dev/null
+++ b/library.json
@@ -0,0 +1,26 @@
+{
+ "name": "Nanopb",
+ "version": "0.3.9.1",
+ "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/"
+ }],
+ "export": {
+ "include": [
+ "*.c",
+ "*.cpp",
+ "*.h",
+ "examples"
+ ]
+ },
+ "examples": "examples/*/*.c",
+ "frameworks": "*",
+ "platforms": "*"
+}