Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: mbed-client/module.json
- Revision:
- 0:06ee5f8a484a
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/mbed-client/module.json Sat Mar 18 22:37:16 2017 +0000
@@ -0,0 +1,23 @@
+{
+ "name": "mbed-client",
+ "version": "2.0.2",
+ "description": "mbed Client C++ API",
+ "keywords": [],
+ "author": "Yogesh Pande <yogesh.pande@arm.com>",
+ "homepage": "https://github.com/ARMmbed/mbed-client",
+ "license": "Apache-2.0",
+ "dependencies": {
+ "mbed-client-c": "^4.0.0",
+ "mbed-trace": ">=0.2.0,<2.0.0"
+ },
+ "targetDependencies": {
+ "arm": {
+ "mbed-client-mbed-os": "^3.0.0",
+ "mbed-client-mbedtls": "^3.0.0"
+ },
+ "linux": {
+ "mbed-client-linux": "^3.0.0",
+ "mbed-client-mbedtls": "^3.0.0"
+ }
+ }
+}