           SPELL=quickjs
         VERSION=2024-01-13
     SOURCE_HASH=sha512:9f426404e4dc1e2a41fcc235b72e58708041aed24eadd5fb9e82f62435501003d3a6b04831f307b04852551d2fd265b94cd400b3293ec0810465f52de8a6c057
          SOURCE=${SPELL}-${VERSION}.tar.xz
   SOURCE_URL[0]=https://bellard.org/${SPELL}/${SOURCE}
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
