Port variant | std |
Summary | Light, powerful language for app. extension |
BROKEN | |
Package version | 5.3.6_1 |
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 | 11 AUG 2024, 22:51:45 UTC |
Port created | 26 APR 2017, 18:18:28 UTC |
set | This is the lua53:std metapackage. It pulls in all subpackages of lua53: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 lua53:std port. It may contain headers, pc files, static and PIC libraries and SO links. |
man | This is the man page subpackage of the lua53:std port. |
Build (only) |
libedit:dev:std libedit:primary:std readline:dev:std |
Build and Runtime | readline:primary:std |
Runtime (only) | libedit:primary:std (tools subpackage) |
main | https://www.lua.org/ftp/ |
awesome:std | Dynamic WM for X, highly configurable in Lua |
ldoc:lua53 | LuaDoc-compatible doc gen system for Lua 5.3 |
lighttpd:std | Lightweight high-performance web server |
lua-ada:std | Ada binding for Lua |
lua-bitop:lua53 | Bitwise operations on numbers for Lua 5.3 |
lua-filesystem:lua53 | Advanced filesystem-related functions for Lua 5.3 |
lua-lgi:lua53 | Bindings using gobject-introspection for Lua 5.3 |
lua-lpeg:lua53 | Parsing Expression Grammars for Lua 5.3 |
lua-luarocks:lua53 | Package manager for Lua modules (Lua 5.3) |
lua-mpack:lua53 | Lua 5.3 binding to libmpack |
lua-penlight:lua53 | Various python-inspired functions for Lua 5.3 |
lua-posix:lua53 | POSIX API bindings for Lua 5.3 |
lua-sec:lua53 | SSL/TLS support module for Lua 5.3 |
lua-socket:lua53 | Comprehensive networking module for Lua 5.3 |
lua-stdlib-debug:lua53 | Debug hints management library for Lua 5.3 |
lua-stdlib-normalize:lua53 | Collection of normalized functions for Lua 5.3 |
lua-sysctl:lua53 | Small FBSD sysctl(3) interface for Lua 5.3 |
lua-zlib:lua53 | Simple streaming interface to Zlib for Lua 5.3 |
lutok:std | Lightweight C++ API for Lua |