duktape: new package
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Wed, 5 Sep 2018 18:23:20 +0000 (20:23 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Wed, 5 Sep 2018 21:37:54 +0000 (23:37 +0200)
commit387ff26b6d3ce3032751136ad02dec443bed43b5
treee8342d83ccf3157c6fc4610ca2922e3645eaf90d
parentf93596d8ba82354efb545fe91449627e6c896ce1
duktape: new package

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>
DEVELOPERS
package/Config.in
package/duktape/Config.in [new file with mode: 0644]
package/duktape/duktape.hash [new file with mode: 0644]
package/duktape/duktape.mk [new file with mode: 0644]