lua51
Port variant std
Summary Light, powerful language for app. extension
BROKEN
Package version 5.1.5
Homepage https://www.lua.org/
Keywords lang
Maintainer nobody
License MIT
Other variants There are no other variants.
Ravenports Buildsheet | History
Ravensource Port Directory | History
Last modified 28 NOV 2024, 21:55:10 UTC
Port created 13 NOV 2024, 02:51:29 UTC
Subpackage Descriptions
set This is the lua51:std metapackage. It pulls in all subpackages of lua51:std.
primary 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.
tools This package contains the Lua interpreter and the Lua compiler.
dev This is the developer subpackage of the lua51:std port. It may contain headers, pc files, static and PIC libraries and SO links.
man This is the man page subpackage of the lua51:std port.
Configuration Switches (platform-specific settings discarded)
This port has no build options.
Package Dependencies by Type
Build (only) readline:dev:std
Runtime (only) readline:primary:std (tools subpackage)
Download groups
main https://www.lua.org/ftp/
Distribution File Information
2640fc56a795f29d28ef15e13c34a47e223960b0240e8cb0a82d9b0738695333 221213 lua-5.1.5.tar.gz
Ports that require lua51:std
lua-bitop:lua51 Bitwise operations on numbers for Lua 5.1
lua-lpeg:lua51 Parsing Expression Grammars for Lua 5.1
neovim:std Next generation Vim