lua5.1 5.1.5-11 source package in Ubuntu

Changelog

lua5.1 (5.1.5-11) unstable; urgency=medium

  * Adopt package (Closes: #996252)
  * d/copyright: Convert to machine-readable format
  * Restructure packaging doc

 -- Bastian Germann <email address hidden>  Sat, 08 Mar 2025 11:25:14 +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 Pocket Published Component Section
Resolute release universe interpreters
Questing release universe interpreters
Plucky release universe interpreters

Downloads

File Size SHA-256 Checksum
lua5.1_5.1.5-11.dsc 1.9 KiB e892023e902f4649b4acc9b06bcc12f9121a180d0607ab775ba9521393fae079
lua5.1_5.1.5.orig.tar.gz 216.0 KiB 2640fc56a795f29d28ef15e13c34a47e223960b0240e8cb0a82d9b0738695333
lua5.1_5.1.5-11.debian.tar.xz 15.9 KiB 66eaa71b60744a5fa5ae98e815952ec70b339c934e45a9ba8c1049f4ca4b8b35

Available diffs

No changes file available.

Binary packages built by this source

liblua5.1-0: Shared library for the Lua interpreter version 5.1

 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.1-0-dbgsym: debug symbols for liblua5.1-0
liblua5.1-0-dev: Development files for the Lua language version 5.1

 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, both
 in C or C++.

lua5.1: 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.1-dbgsym: debug symbols for lua5.1
lua5.1-doc: Documentation for the Lua language version 5.1

 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.