lua54
Port variant std
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 11 AUG 2024, 22:51:45 UTC
Port created 10 JUL 2020, 02:08:04 UTC
Subpackage Descriptions
set Subpackage description undefined (port maintainer error).
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:std port. It may contain headers, pc files, static and PIC libraries and SO links.
man This is the man page subpackage of the lua54:std port.
Configuration Switches (platform-specific settings discarded)
This port has no build options.
Package Dependencies by Type
Build (only) libedit:dev:std
libedit:primary:std
readline:dev:std
Build and Runtime readline:primary:std
Runtime (only) libedit:primary:std (tools subpackage)
Download groups
main https://www.lua.org/ftp/
Distribution File Information
9fbf5e28ef86c69858f6d3d34eccc32e911c1a28b4120ff3e84aaa70cfbf1e30 374097 lua-5.4.7.tar.gz
Ports that require lua54:std
gnuplot:std Command-line driven graphing utility
kyua:std 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:std RPM Package Manager
rvn:std Ravenports binary package manager
swig:std Scripting Language Interface Compiler for C/C++
vim:loaded VIsual editor iMproved (all options + X)
weechat:std Fast, light and extensible chat client