# Watch: https://mujs.com/downloads/ SPELL=mujs VERSION=1.3.3 SOURCE="$SPELL-$VERSION.tar.gz" SOURCE_URL[0]="https://mujs.com/downloads/$SOURCE" SOURCE_HASH=sha512:74288484185473a813c55e08dcc2fefba46f87651d3a1fcea6ac843bb09a4150e13e0d46b348a34380a0defdeaa388cc93b6f7f569a7886091a34b4951b9461b SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION" WEB_SITE="https://mujs.com/" LICENSE[0]="ISC" ENTERED=20220318 KEYWORDS="" SHORT="embeddable lightweight Javascript interpreter" cat << EOF MuJS is a lightweight Javascript interpreter designed for embedding in other software to extend them with scripting capabilities. MuJS was designed with a focus on small size, correctness, and simplicity. It is written in portable C and implements ECMAScript as specified by ECMA-262. The interface for binding with native code is designed to be as simple as possible to use, and is very similar to Lua. There is no need to interact with byzantine C++ template mechanisms, or worry about marking and unmarking garbage collection roots, or wrestle with obscure build systems. MuJS is developed and maintained by Artifex Software. It was originally developed for use with the MuPDF viewer, but is designed to be useful as an independent component. EOF