lua5.2 5.2.2-2 source package in Ubuntu
Changelog
lua5.2 (5.2.2-2) unstable; urgency=low * Fix .pc to spit -L/usr/lib/$DEB_HOST_MULTIARCH * Fix interpreter version used in sample hello world script (Closes: #704526) * Fix alternative for luac (Closes: #702133) * Remove redundant ./?.lua entry in package.path (Closes: #688679) * debian-make patch fixed to use MYLDFLAGS when building the .so -- Enrico Tassi <email address hidden> Tue, 17 Sep 2013 23:49:47 +0200
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
lua5.2_5.2.2-2.dsc | 1.4 KiB | ffea99f8c70a4b7a1780f16fae9a93de358292ed864058e29f8dd27ff4ffd73c |
lua5.2_5.2.2.orig.tar.gz | 241.6 KiB | 1476695923640a8be1d3f7ffb1cc6d8421ee73238cfe2c5e66602a33b9b41f21 |
lua5.2_5.2.2-2.debian.tar.gz | 9.4 KiB | 4bc0a8bbc4a43f4b1a6b069f85d8a87fdb8d4d8e2d1dd90bbbdd74179cd448ba |
Available diffs
- diff from 5.2.2-1 to 5.2.2-2 (1.3 KiB)
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-dbg: Debug symbols for the Lua shared library interpreter
This package contains the debugging symbols for liblua5.2 and lua5.2
- 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-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.