Jump to letter: [
ACDEFGHIJKLMNOPRSTWZ
]
lua: Powerful light-weight programming language
- Summary
- 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 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.
Changelog
- * Wed Sep 3 15:00:00 2008 Tim Niemueller <tim{%}niemueller{*}de> - 5.1.4-1
- New upstream release 5.1.4
- * Mon May 12 15:00:00 2008 Tim Niemueller <tim{%}niemueller{*}de> - 5.1.3-6
- Add -static subpackage with static liblua, fixes rh bug #445939
- * Sun Apr 13 15:00:00 2008 Tim Niemueller <tim{%}niemueller{*}de> - 5.1.3-5
- Provide lua = 5.1, this way add-on packages can easily depend on the Lua
base version and expect certain paths for packages