| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | duktape: fix hash for license | Asaf Kahlon | 2018-09-08 | 1 | -1/+1 |
| | | | | | | | | | | Fixes: http://autobuild.buildroot.net/results/4645456f715eccfce940a54e41a34a299adc152f http://autobuild.buildroot.net/results/4ee6de3351c140bde4588252cebbf7cf9237e710 Signed-off-by: Asaf Kahlon <asafka7@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> | ||||
| * | duktape: new package | Fabrice Fontaine | 2018-09-05 | 3 | -0/+46 |
| Duktape is an embeddable Javascript engine, with a focus on portability and compact footprint. Duktape is easy to integrate into a C/C++ project: add duktape.c, duktape.h, and duk_config.h to your build, and use the Duktape API to call Ecmascript functions from C code and vice versa. http://www.duktape.org Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> | |||||

