          MODULE=lua54
         VERSION=5.4.8
          SOURCE=lua-$VERSION.tar.gz
      SOURCE_URL=http://www.lua.org/ftp
      SOURCE_VFY=sha256:4f18ddae154e793e46eeab727c59ef1c0c0c2b744e7b94219710d76f530629ae
SOURCE_DIRECTORY=$BUILD_DIRECTORY/lua-$VERSION
        WEB_SITE=http://www.lua.org
         ENTERED=20240121
         UPDATED=20260323
           SHORT="light-weight programming language for extending applications"

cat << EOF
Lua is a powerful light-weight programming language designed for extending
applications. Lua is also frequently used as a general-purpose, stand-alone
language. Lua is free software.

Lua is a language engine that you can embed into your application. This means
that, besides syntax and semantics, Lua has an API that allows the application
to exchange data with Lua programs and also to extend Lua with C functions. In
this sense, Lua can be regarded as a language framework for building
domain-specific languages.
EOF
