How to Install duktape-dev in Ubuntu 18.04



Install duktape-dev by entering the following commands in the terminal:

sudo apt update
sudo apt install duktape-dev

Description:

embeddable Javascript engine, development files

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. . This package contains all source files to use in own projects.

Homepage: http://duktape.org

Version: 2.2.0-3

Section: universe/interpreters