WrapDB Browser

WrapDB Browser

quickjs-ng

QuickJS, the Next Generation: a mighty JavaScript engine

quickjs-ng/quickjs
Latest Upstream Version:v0.13.0

https://quickjs-ng.github.io/quickjs/

Package metadata is not taken from the WrapDB database and may be inaccurate. See this issue for details.

Version:

Usage

Install the latest quickjs-ng package with the following command:

meson wrap install quickjs-ng

Or, download the wrap file directly fromthis linkand place it in the 'subprojects' directory of your project.

Libraries (or programs) from quickjs-ng 0.13.0-1 can be used by adding the following lines to your meson.build file:

quickjs_ng_dep = dependency('quickjs-ng')
qjsc_prog = find_program('qjsc')
qjs_prog = find_program('qjs')

Patch Files Preview

No patch files needed for this package.