           SPELL=mujs
         VERSION=1.3.9
          SOURCE="$SPELL-$VERSION.tar.gz"
   SOURCE_URL[0]="https://mujs.com/downloads/$SOURCE"
     SOURCE_HASH=sha512:a3be06a861f88fe8b10151bc2e56c19b8122078579f3c65a84f0874385d1e7c90dbc7891eff5c78c75c290fff62160a3babc43717fe03982668ca7aa40289552
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
