lua5.3 5.3.6-1 source package in Ubuntu
Changelog
lua5.3 (5.3.6-1) unstable; urgency=medium * Team upload * Make the package team-maintained (Closes: #995535) * New upstream version 5.3.6 (Closes: #920321, #988734) - Fixes CVE-2019-6706, CVE-2020-24370 - Drop upstream patch * Fix a few lintian warnings * d/copyright: Update year range -- Bastian Germann <email address hidden> Tue, 12 Oct 2021 18:23:37 +0200
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.3_5.3.6-1.dsc | 1.9 KiB | 3d4b991ddaa053f77b5ad6b991db80f162a3ba84df1c8f0490623ceeb4a9594d |
lua5.3_5.3.6.orig.tar.gz | 296.7 KiB | fc5fd69bb8736323f026672b1b7235da613d7177e72558893a0bdcd320466d60 |
lua5.3_5.3.6-1.debian.tar.xz | 7.4 KiB | 98f004dd3b93dbd16ad987c7ae77fa82c6d0f1e403ad182bbd31efdedd4e07f2 |
Available diffs
No changes file available.
Binary packages built by this source
- liblua5.3-0: Shared library for the Lua interpreter version 5.3
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.3-0-dbg: Debug symbols for the Lua shared library interpreter
This package contains the debugging symbols for liblua5.3 and lua5.3
- liblua5.3-dev: Development files for the Lua language version 5.3
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.3: 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.