           SPELL=quickjs
         VERSION=2020-09-06
          SOURCE=${SPELL}-${VERSION}.tar.xz
   SOURCE_URL[0]=https://bellard.org/${SPELL}/${SOURCE}
     SOURCE_HASH=sha512:cc250be9ac1494480b4fe7e50687875893681b57789a395d2b725d07834039f9fbbc8cc8cc4255accfc98c4346bddc807313320e8f05a396d8b43c3e793f2fa7
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
        DOC_DIRS="examples ${DOC_DIRS}"
            DOCS="TODO ${DOCS}"
        WEB_SITE=https://bellard.org/quickjs/
      LICENSE[0]=MIT
         ENTERED=20190711
           SHORT="QuickJS Javascript Engine"
cat << EOF
QuickJS is a small and embeddable Javascript engine. It supports the ES2019
specification including modules, asynchronous generators and proxies.

It optionally supports mathematical extensions such as big integers (BigInt),
big floating point numbers (BigFloat) and operator overloading.
EOF
