Source: lua5.4 Section: interpreters Priority: optional Maintainer: Debian Lua Team Uploaders: Sergei Golovan Build-Depends: debhelper-compat (= 13), libreadline-dev Standards-Version: 4.6.2 Vcs-Git: https://salsa.debian.org/lua-team/lua5.4.git Vcs-Browser: https://salsa.debian.org/lua-team/lua5.4 Homepage: http://www.lua.org Rules-Requires-Root: no Package: lua5.4 Architecture: any Multi-Arch: foreign Provides: lua Depends: ${shlibs:Depends}, ${misc:Depends} Description: 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. Package: liblua5.4-dev Architecture: any Multi-Arch: same Depends: liblua5.4-0 (= ${binary:Version}), libc6-dev|libc-dev, libreadline-dev, ${misc:Depends} Recommends: pkgconf, libtool-bin Section: libdevel Description: 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. Package: liblua5.4-0 Architecture: any Multi-Arch: same Pre-Depends: ${misc:Pre-Depends} Depends: ${shlibs:Depends}, ${misc:Depends} Section: libs Description: 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.