Version:
Usage
Install the latest quickjs-ng package with the following command:
meson wrap install quickjs-ngOr, download the wrap file directly fromthis linkand place it in the 'subprojects' directory of your project.
Libraries (or programs) from quickjs-ng 0.10.1-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.