1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91
|
Source: lua5.2
Section: interpreters
Priority: optional
Maintainer: Debian Lua Team <pkg-lua-devel@lists.alioth.debian.org>
Uploaders:
John V. Belmonte <jbelmonte@debian.org>,
Victor Seva <vseva@debian.org>,
Build-Depends:
debhelper-compat (= 12),
libreadline-dev,
libtool-bin,
quilt (>= 0.40),
Standards-Version: 3.9.3
Vcs-Git: https://salsa.debian.org/lua-team/lua5.2.git
Vcs-Browser: https://salsa.debian.org/lua-team/lua5.2
Homepage: https://www.lua.org
Package: lua5.2-doc
Architecture: all
Section: doc
Depends:
${misc:Depends},
Multi-Arch: foreign
Description: 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.
Package: lua5.2
Architecture: any
Multi-Arch: foreign
Provides:
lua,
Depends:
${misc:Depends},
${shlibs: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.2-dev
Architecture: any
Multi-Arch: same
Depends:
libc6-dev | libc-dev,
liblua5.2-0 (= ${binary:Version}),
libreadline-dev,
${misc:Depends},
Recommends:
libtool-bin,
pkg-config,
Section: libdevel
Description: 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.
Package: liblua5.2-0
Architecture: any
Multi-Arch: same
Pre-Depends:
${misc:Pre-Depends},
Depends:
${misc:Depends},
${shlibs:Depends},
Section: libs
Description: 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.
|