pkg://lua50-5.0.2-13.ppc.rpm:145461/HEADER
downloads
Name : lua50 Relocations: (not relocateable)
Version : 5.0.2 Vendor: SUSE LINUX Products GmbH, Nuernberg, Germany
Release : 13 Build Date: Sun Nov 26 12:25:12 2006
Install date: (not installed) Build Host: whortleberry.suse.de
Group : System/Libraries Source RPM: lua50-5.0.2-13.src.rpm
Size : 483374 License: X11/MIT
Packager : http://bugs.opensuse.org
URL : http://www.lua.org
Summary : Small Embeddable Language with Simple Procedural Syntax
Description :
Lua is a programming language originally designed for extending
applications, but also frequently used as a general-purpose,
stand-alone language.
Lua combines simple procedural syntax (similar to Pascal) with powerful
data description constructs based on associative arrays and extensible
semantics. Lua is dynamically typed, interpreted from byte codes, and
has automatic memory management, making it ideal for configuration,
scripting, and rapid prototyping. Lua is implemented as a small library
of C functions, written in ANSI C, and the implementation goals are
simplicity, efficiency, portability, and low embedding cost.