Package: lua Version: 5.0.2 Revision: 3 Description: Small, compilable scripting language PatchScript: sed -e 's|@prefix@|%p|g' -e 's|@version@|%v|g' <%a/%n.patch | patch -p1 DescDetail: << 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 bytecodes, and has automatic memory management with garbage collection, making it ideal for configuration, scripting, and rapid prototyping. A fundamental concept in the design of Lua is to provide meta-mechanisms for implementing features, instead of providing a host of features directly in the language. For example, although Lua is not a pure object-oriented language, it does provide meta-mechanisms for implementing classes and inheritance. Lua's meta-mechanisms bring an economy of concepts and keep the language small, while allowing the semantics to be extended in unconventional ways. Extensible semantics is a distinguishing feature of Lua. Lua is implemented as a small library of C functions, written in ANSI C, and compiles unmodified in all known platforms. The implementation goals are simplicity, efficiency, portability, and low embedding cost. << License: OSI-Approved BuildDepends: readline5 Depends: readline5-shlibs BuildDependsOnly: false Source-MD5: dea74646b7e5c621fef7174df83c34b1 CompileScript: << make make so << InstallScript: << make INSTALL_ROOT=%i install make INSTALL_ROOT=%i soinstall mkdir -p %i/share mv %i/man %i/share << Homepage: http://www.lua.org/ Maintainer: Jean-Louis Fuchs Source: mirror:custom:%n-%v.tar.gz CustomMirror: << nam-CA: ftp://csg.uwaterloo.ca/pub/lhf/lua/ eur-DE: ftp://ftp.uni-trier.de/pub/languages/lua/ eur-DE: ftp://ftp.gwdg.de/pub/languages/lua/ eur-GR: ftp://ftp.ntua.gr/pub/lang/lua/ Primary: ftp://ftp.tecgraf.puc-rio.br/pub/lua/ << DocFiles: doc/logo.gif doc/lua.html doc/luac.html doc/manual.html doc/readme.html COPYRIGHT HISTORY INSTALL MANIFEST README SplitOff: << Package: lua-shlibs Description: lua shared libraries DocFiles: COPYRIGHT HISTORY README Files: lib/liblua.%v.dylib lib/liblualib.%v.dylib <<