lua5.4 5.4.3-1 source package in Ubuntu
Changelog
lua5.4 (5.4.3-1) unstable; urgency=medium * New upstream release. * Refresh patches. -- Sergei Golovan <email address hidden> Tue, 17 Aug 2021 10:50:26 +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 |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
lua5.4_5.4.3-1.dsc | 2.0 KiB | 52fc92e54b068e2ff718793f38ea3f7818c1f94222c8fc0f18b5fddf0c2ed81c |
lua5.4_5.4.3.orig.tar.gz | 349.8 KiB | f8612276169e3bfcbcfb8f226195bfc6e466fe13042f1076cbde92b7ec96bbfb |
lua5.4_5.4.3-1.debian.tar.xz | 8.1 KiB | de22afae869098d99a0574b3d3663bc15e38ad06b6df70c2018ad785e1b49868 |
Available diffs
- diff from 5.4.2-2 to 5.4.3-1 (45.2 KiB)
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-dbg: Debug symbols for the Lua shared library interpreter
This package contains the debugging symbols for liblua5.4 and lua5.4
- 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.