lua5.2 5.2.4-2 source package in Ubuntu
Changelog
lua5.2 (5.2.4-2) unstable; urgency=medium [ Debian Janitor ] * Trim trailing whitespace. * Use versioned copyright format URI. * Transition to automatic debug package (from: liblua5.2-0-dbg). * Use secure URI in debian/watch. * Use secure URI in Homepage field. * Bump debhelper from old 9 to 12. * Set debhelper-compat version in Build-Depends. * Update Vcs-* headers to use salsa repository. [ Victor Seva ] * point Vcs-* urls to lua-team * add myself to Uploaders, wrap-and-sort -sat * add doc-base * add lintian-overrides file * Lua Team as maintainer (Closes: #995533) -- Victor Seva <email address hidden> Tue, 21 Dec 2021 14:46:24 +0100
Upload details
- Uploaded by:
- Debian Lua Team
- Uploaded to:
- Sid
- Original maintainer:
- Debian Lua Team
- Architectures:
- any all
- Section:
- interpreters
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Kinetic | release | universe | interpreters | |
Jammy | release | universe | interpreters |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
lua5.2_5.2.4-2.dsc | 1.8 KiB | 45395e86360a67184de359746e916d008a9bac53afff979f24a68c5f2052e1e4 |
lua5.2_5.2.4.orig.tar.gz | 242.4 KiB | 86fb7e23cbbddfcd92684e5f8017ff41c9112251d1656dbece415a97fad171c0 |
lua5.2_5.2.4-2.debian.tar.xz | 9.9 KiB | b27b95030c07b830607e5a1a2e3de972e5c856824053b8616ba6c8eba2d65a65 |
Available diffs
No changes file available.
Binary packages built by this source
- liblua5.2-0: Shared library for the Lua interpreter version 5.2
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.2-0-dbgsym: debug symbols for liblua5.2-0
- liblua5.2-dev: Development files for the Lua language version 5.2
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.
- lua5.2: 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.2-dbgsym: debug symbols for lua5.2
- lua5.2-doc: Documentation for the Lua language version 5.2
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 official manual covering the Lua language and C API,
examples, etc.