lua: A lightweight, extensible programming language1

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 combines simple procedural syntax with powerful data description constructs based on associative arrays and extensible semantics. Lua is dynamically typed, interpreted from bytecodes, and has automatic memory management with garbage collection, making it ideal for configuration, scripting, and rapid prototyping.

... part of T2, get it here

URL: http://www.lua.org/

Author: PUC-Rio, Brazil <team [at] lua [dot] org>
Maintainer: Rene Rebe <rene [at] t2-project [dot] org>

License: MIT
Status: Stable
Version: 5.4.6

Remark: Does cross compile (as setup and patched in T2).
Remark: Dietlibc compatible.

Download: http://www.lua.org/ftp/ lua-5.4.6.tar.gz

T2 source: compile.patch.dietlibc
T2 source: libdir.patch
T2 source: lua-conf.in
T2 source: lua-config
T2 source: lua.cache
T2 source: lua.conf
T2 source: lua.desc
T2 source: lua.pc
T2 source: lua.prof
T2 source: shared-object.diff

Build time (on reference hardware): 3% (relative to binutils)2

Installed size (on reference hardware): 2.60 MB, 33 files

Dependencies (build time detected): 00-dirtree bash binutils coreutils diffutils findutils gawk grep gzip linux-header make patch readline sed tar

Installed files (on reference hardware): [show]

1) This page was automatically generated from the T2 package source. Corrections, such as dead links, URL changes or typos need to be performed directly on that source.

2) Compatible with Linux From Scratch's "Standard Build Unit" (SBU).