Port variant | standard |
Summary | Light, powerful language for app. extension |
BROKEN | |
Package version | 5.4.7 |
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 | 09 JUL 2024, 02:53:34 UTC |
Port created | 10 JUL 2020, 02:08:04 UTC |
complete | This is the lua54-standard metapackage. It pulls in all subpackages of lua54-standard. |
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 lua54-standard port. It may contain headers, pc files, static and PIC libraries and SO links. |
man | This is the man page subpackage of the lua54-standard port. |
Build (only) |
libedit:single:standard readline:dev:standard |
Build and Runtime | readline:primary:standard |
Runtime (only) | libedit:single:standard (tools subpackage) |
main | https://www.lua.org/ftp/ |
gnuplot:standard | Command-line driven graphing utility |
kyua:standard | Testing framework for infrastructure software |
ldoc:lua54 | LuaDoc-compatible doc gen system for Lua 5.4 |
lua-bitop:lua54 | Bitwise operations on numbers for Lua 5.4 |
lua-filesystem:lua54 | Advanced filesystem-related functions for Lua 5.4 |
lua-lpeg:lua54 | Parsing Expression Grammars for Lua 5.4 |
lua-luarocks:lua54 | Package manager for Lua modules (Lua 5.4) |
lua-mpack:lua54 | Lua 5.4 binding to libmpack |
lua-penlight:lua54 | Various python-inspired functions for Lua 5.4 |
lua-posix:lua54 | POSIX API bindings for Lua 5.4 |
lua-sec:lua54 | SSL/TLS support module for Lua 5.4 |
lua-socket:lua54 | Comprehensive networking module for Lua 5.4 |
lua-stdlib-debug:lua54 | Debug hints management library for Lua 5.4 |
lua-stdlib-normalize:lua54 | Collection of normalized functions for Lua 5.4 |
lua-sysctl:lua54 | Small FBSD sysctl(3) interface for Lua 5.4 |
lua-zlib:lua54 | Simple streaming interface to Zlib for Lua 5.4 |
rpm:standard | RPM Package Manager |
rvn:standard | Ravenports binary package manager |
swig:standard | Scripting Language Interface Compiler for C/C++ |
vim:loaded | VIsual editor iMproved (all options + X) |
weechat:standard | Fast, light and extensible chat client |