slackbuilds/libraries/mujs
Christoph Willing c4d1b01b24
libraries/mujs: Better soname handling
Signed-off-by: Christoph Willing <chris.willing@linux.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2025-01-04 22:27:04 +07:00
..
README
mujs.SlackBuild libraries/mujs: Better soname handling 2025-01-04 22:27:04 +07:00
mujs.info libraries/mujs: Updated for version 1.3.2 2023-03-18 09:50:19 +07:00
set-library-soname-version.diff libraries/mujs: Better soname handling 2025-01-04 22:27:04 +07:00
slack-desc

README

MuJS is a lightweight Javascript interpreter designed for embedding
in other software to extend them with scripting capabilities. It
is written in portable C and implements ECMAScript as specified by
ECMA-262.

Why? Because V8, SpiderMonkey and JavaScriptCore are all too big and
complex. MuJS's focus is on small size, correctness and simplicity.

The interface for binding with native code is designed to be as
simple as possible to use, and is similar to Lua. There is no need
for interacting with byzantine C++ template mechanisms, or worry
about marking and unmarking garbage collection roots, or wrestle with
obscure build systems.