aboutsummaryrefslogtreecommitdiff
path: root/library.json
diff options
context:
space:
mode:
authorChristopher Ferris <cferris@google.com>2018-07-27 13:25:00 -0700
committerandroid-build-merger <android-build-merger@google.com>2018-07-27 13:25:00 -0700
commit8863e422936e9dcd96ef75db8e7d735884b16787 (patch)
treec28e65883c2587f3f19a80e40020ad89ba49dabd /library.json
parent85687fde93fe54eccfd3b20bac9ca7883ffb612a (diff)
parent731c7139ab46dd0c22bcbda506069e5454e9b2c2 (diff)
downloadnanopb-c-8863e422936e9dcd96ef75db8e7d735884b16787.tar.gz
Revert "Upgrade nanopb to 0.3.9.1" am: 72d4ea3f96
am: 731c7139ab Change-Id: I90a1a47afc2a7bb17ef2f35c8a33963cc169174a
Diffstat (limited to 'library.json')
-rw-r--r--library.json26
1 files changed, 0 insertions, 26 deletions
diff --git a/library.json b/library.json
deleted file mode 100644
index b070e54..0000000
--- a/library.json
+++ /dev/null
@@ -1,26 +0,0 @@
-{
- "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": "*"
-}