Preliminary main mbed library for nexpaq development
Diff: features/net/FEATURE_IPV6/coap-service/module.json
- Revision:
- 0:6c56fb4bc5f0
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/features/net/FEATURE_IPV6/coap-service/module.json Fri Nov 04 20:27:58 2016 +0000 @@ -0,0 +1,27 @@ +{ + "name": "coap-service", + "version": "4.0.1", + "description": "CoAP Service library", + "keywords": [ + "coap", + "service" + ], + "repository": { + "url": "git@github.com:ARMmbed/coap-service.git", + "type": "git" + }, + "homepage": "https://github.com/ARMmbed/coap-service", + "license": "Apache-2.0", + "extraIncludes": [ + "coap-service", + "nanostack-event-loop", + "source/include" + ], + "dependencies": { + "nanostack-libservice": "^3.0.0", + "mbed-client-c": "^2.0.0", + "sal-stack-nanostack": "^5.0.0", + "mbedtls": "^2.0.0" + }, + "targetDependencies": {} +}