This package browser is in early development. Mind the rough edges.

duktape 2.6.0

Small embeddable Javascript engine

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.

Installation

Install duktape 2.6.0 as follows:

guix install duktape@2.6.0

Or install the latest version:

guix install duktape

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.