mbed-os/features/frameworks/mbed-client-randlib/module.json

14 lines
348 B
JSON
Raw Normal View History

2015-07-13 12:51:05 +00:00
{
2015-08-12 17:08:12 +00:00
"name": "nanostack-randlib",
2016-10-24 07:44:35 +00:00
"version": "1.2.0",
2015-07-13 12:51:05 +00:00
"description": "Pseudo random library used by mbed-client and 6LoWPAN stack.",
"keywords": [],
2015-07-13 15:00:07 +00:00
"homepage": "https://github.com/ARMmbed/mbed-client-randlib",
2015-08-03 10:53:57 +00:00
"license": "Apache-2.0",
2015-07-13 12:51:05 +00:00
"extraIncludes": [
"mbed-client-randlib"
],
"dependencies": {},
"targetDependencies": {}
2015-10-19 10:54:55 +00:00
}