lua5.4 5.4.6-0ubuntu2 source package in Ubuntu

Changelog

lua5.4 (5.4.6-0ubuntu2) mantic; urgency=medium

  * Improve packaging in preparation for MIR (LP: #2028695)
    - d/configure.ac: Remove AC_PROG_LIBTOOL entry
      AC_PROG_LIBTOOL is a deprecated macro for initializing libtool. LT_INIT
      already covers this functionality so no other action is required.
    - d/liblua5.4-0.symbols: Add symbols file for lua 5.4 libraries

 -- Lena Voytek <email address hidden>  Wed, 26 Jul 2023 11:31:06 -0700

Upload details

Uploaded by:
Lena Voytek
Sponsored by:
Andreas Hasenack
Uploaded to:
Mantic
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release main misc

Downloads

File Size SHA-256 Checksum
lua5.4_5.4.6.orig.tar.gz 354.8 KiB 7d5ea1b9cb6aa0b59ca3dde1c6adcb57ef83a1ba8e5432c0ecd06bf439b3ad88
lua5.4_5.4.6-0ubuntu2.debian.tar.xz 10.6 KiB 3002882c51fd3bdec4ac13cc2df3ee6d4dd67c5000a48ce2da00605feef1fe0a
lua5.4_5.4.6-0ubuntu2.dsc 2.2 KiB 2707c2167e97048766ac1744058d0c146a4f91898bc3e2b1f442a3ff58164d9e

Available diffs

View changes file

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.