lua5.4 5.4.7-1 source package in Ubuntu
Changelog
lua5.4 (5.4.7-1) unstable; urgency=medium * New upstream release. * Bump the standards version to 4.7.0. -- Sergei Golovan <email address hidden> Thu, 28 Nov 2024 12:14:18 +0300
Upload details
- Uploaded by:
- Debian Lua Team
- Uploaded to:
- Sid
- Original maintainer:
- Debian Lua Team
- Architectures:
- any
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Questing | release | main | misc | |
Plucky | release | main | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
lua5.4_5.4.7-1.dsc | 2.0 KiB | 40b41bc566ac7246d748a954573ca9b10afa015112541f8d957bd41d8a56f767 |
lua5.4_5.4.7.orig.tar.gz | 365.3 KiB | 9fbf5e28ef86c69858f6d3d34eccc32e911c1a28b4120ff3e84aaa70cfbf1e30 |
lua5.4_5.4.7-1.debian.tar.xz | 12.8 KiB | e24c2e5e5ea12d90ce0bf88af62a9b2d1bebf204582dab46212370730161a928 |
Available diffs
No changes file available.
Binary packages built by this source
- liblua5.4-0: Shared library for the Lua interpreter version 5.4
Lua is a powerful, light-weight programming language designed for extending
applications. The language engine is accessible as a library, having a C
API which allows the application to exchange data with Lua programs and also
to extend Lua with C functions. Lua is also used as a general-purpose,
stand-alone language through the simple command line interpreter provided.
.
This package contains runtime libraries. You shouldn't need to install it
explicitly.
- liblua5.4-0-dbgsym: debug symbols for liblua5.4-0
- liblua5.4-dev: Development files for the Lua language version 5.4
Lua is a powerful, light-weight programming language designed for extending
applications. The language engine is accessible as a library, having a C
API which allows the application to exchange data with Lua programs and also
to extend Lua with C functions. Lua is also used as a general-purpose,
stand-alone language through the simple command line interpreter provided.
.
This package contains developer resources for using the Lua library.
Install it if you are developing programs which use the Lua C API.
.
This package also contains the official manual covering the Lua language
and C API.
- lua5.4: Simple, extensible, embeddable programming language
Lua is a powerful, light-weight programming language designed for extending
applications. The language engine is accessible as a library, having a C
API which allows the application to exchange data with Lua programs and also
to extend Lua with C functions. Lua is also used as a general-purpose,
stand-alone language through the simple command line interpreter provided.
.
This package contains the Lua command line interpreter and bytecode compiler.
Install it if you are developing or using Lua scripts.
- lua5.4-dbgsym: debug symbols for lua5.4