Preliminary main mbed library for nexpaq development
features/FEATURE_COMMON_PAL/mbed-client-c/module.json@0:6c56fb4bc5f0, 2016-11-04 (annotated)
- Committer:
- nexpaq
- Date:
- Fri Nov 04 20:27:58 2016 +0000
- Revision:
- 0:6c56fb4bc5f0
Moving to library for sharing updates
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
nexpaq | 0:6c56fb4bc5f0 | 1 | { |
nexpaq | 0:6c56fb4bc5f0 | 2 | "name": "mbed-client-c", |
nexpaq | 0:6c56fb4bc5f0 | 3 | "version": "2.7.7", |
nexpaq | 0:6c56fb4bc5f0 | 4 | "description": "Nanostack NSDL and COAP library", |
nexpaq | 0:6c56fb4bc5f0 | 5 | "keywords": [ |
nexpaq | 0:6c56fb4bc5f0 | 6 | "coap", |
nexpaq | 0:6c56fb4bc5f0 | 7 | "nanostack" |
nexpaq | 0:6c56fb4bc5f0 | 8 | ], |
nexpaq | 0:6c56fb4bc5f0 | 9 | "license": "Apache-2.0", |
nexpaq | 0:6c56fb4bc5f0 | 10 | "extraIncludes": [ |
nexpaq | 0:6c56fb4bc5f0 | 11 | "nsdl-c", |
nexpaq | 0:6c56fb4bc5f0 | 12 | "source/libNsdl/src/include", |
nexpaq | 0:6c56fb4bc5f0 | 13 | "source/libCoap/src/include" |
nexpaq | 0:6c56fb4bc5f0 | 14 | ], |
nexpaq | 0:6c56fb4bc5f0 | 15 | "dependencies": { |
nexpaq | 0:6c56fb4bc5f0 | 16 | "nanostack-libservice": "^3.0.0", |
nexpaq | 0:6c56fb4bc5f0 | 17 | "mbed-trace": ">=0.2.0,<2.0.0" |
nexpaq | 0:6c56fb4bc5f0 | 18 | }, |
nexpaq | 0:6c56fb4bc5f0 | 19 | "targetDependencies": {} |
nexpaq | 0:6c56fb4bc5f0 | 20 | } |