lua5.1 5.1.4-12 source package in Ubuntu

Changelog

lua5.1 (5.1.4-12) unstable; urgency=low


  * Provide liblua5.1-c++.so and lua5.1-c++.pc to make it possible to C++
    programs to link against Lua and use the C++ exception mecanism.
    (Closes: #560139)
  * Add lua patch 5.1.4-4 fixing all known bugs of lua 5.1.4 

 -- Enrico Tassi <email address hidden>  Sun, 25 Dec 2011 20:15:03 +0100

Upload details

Uploaded by:
John V. Belmonte
Uploaded to:
Sid
Original maintainer:
John V. Belmonte
Architectures:
any all
Section:
interpreters
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
lua5.1_5.1.4-12.dsc 1.4 KiB 252401a9a98f5f942d60c56aee05156d78329fd41de14fadd381b2df74b848c7
lua5.1_5.1.4.orig.tar.gz 211.6 KiB b038e225eaf2a5b57c9bcc35cd13aa8c6c8288ef493d52970c9545074098af3a
lua5.1_5.1.4-12.debian.tar.gz 15.7 KiB 200ac8dfd3989704ef1bf80ef27b5f92bdcf3087290aa547277ead2dd675ab32

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-dbg: Debug symbols for the Lua shared library interpreter

 This package contains the debugging symbols for liblua5.1 and lua5.1

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-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.