Ram Gandikota
/
ABCD
A metronome using the FRDM K64F board
Diff: mbed-client/mbed-client-mbed-tls/module.json
- Revision:
- 0:a7a43371b306
diff -r 000000000000 -r a7a43371b306 mbed-client/mbed-client-mbed-tls/module.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mbed-client/mbed-client-mbed-tls/module.json Sun May 14 18:40:18 2017 +0000 @@ -0,0 +1,19 @@ +{ + "name": "mbed-client-mbedtls", + "version": "3.0.3", + "description": "Mbedtls specific implementation, which can be used by mbed client", + "keywords": [ + "mbed-client-mbedtls" + ], + "author": "Antti Kauppila", + "repository": { + "url": "git@github.com:ARMmbed/mbed-client-mbedtls.git", + "type": "git" + }, + "homepage": "https://github.com/ARMmbed/mbed-client-mbedtls", + "license": "Apache-2.0", + "dependencies": { + "mbedtls": "^2.0.0" + }, + "targetDependencies": {} +}