Preliminary main mbed library for nexpaq development
features/FEATURE_CLIENT/mbed-client-mbed-tls/module.json@1:d96dbedaebdb, 2016-11-04 (annotated)
- Committer:
- nexpaq
- Date:
- Fri Nov 04 20:54:50 2016 +0000
- Revision:
- 1:d96dbedaebdb
- Parent:
- 0:6c56fb4bc5f0
Removed extra directories for other platforms
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-mbedtls", |
nexpaq | 0:6c56fb4bc5f0 | 3 | "version": "3.0.3", |
nexpaq | 0:6c56fb4bc5f0 | 4 | "description": "Mbedtls specific implementation, which can be used by mbed client", |
nexpaq | 0:6c56fb4bc5f0 | 5 | "keywords": [ |
nexpaq | 0:6c56fb4bc5f0 | 6 | "mbed-client-mbedtls" |
nexpaq | 0:6c56fb4bc5f0 | 7 | ], |
nexpaq | 0:6c56fb4bc5f0 | 8 | "author": "Antti Kauppila", |
nexpaq | 0:6c56fb4bc5f0 | 9 | "repository": { |
nexpaq | 0:6c56fb4bc5f0 | 10 | "url": "git@github.com:ARMmbed/mbed-client-mbedtls.git", |
nexpaq | 0:6c56fb4bc5f0 | 11 | "type": "git" |
nexpaq | 0:6c56fb4bc5f0 | 12 | }, |
nexpaq | 0:6c56fb4bc5f0 | 13 | "homepage": "https://github.com/ARMmbed/mbed-client-mbedtls", |
nexpaq | 0:6c56fb4bc5f0 | 14 | "license": "Apache-2.0", |
nexpaq | 0:6c56fb4bc5f0 | 15 | "dependencies": { |
nexpaq | 0:6c56fb4bc5f0 | 16 | "mbedtls": "^2.0.0" |
nexpaq | 0:6c56fb4bc5f0 | 17 | }, |
nexpaq | 0:6c56fb4bc5f0 | 18 | "targetDependencies": {} |
nexpaq | 0:6c56fb4bc5f0 | 19 | } |