mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 23:12:45 +01:00
12 lines
286 B
Plaintext
12 lines
286 B
Plaintext
|
/**
|
||
|
* @defgroup pkg_elk Elk: a tiny Javascript engine
|
||
|
* @ingroup pkg
|
||
|
* @brief Elk is a tiny embeddable JavaScript engine that implements a small but usable subset of ES6
|
||
|
*
|
||
|
* # License
|
||
|
*
|
||
|
* Licensed under GPLv2 + Commercial
|
||
|
*
|
||
|
* @see https://github.com/cesanta/elk
|
||
|
*/
|