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
|
Source: lua-posix
Section: interpreters
Priority: optional
Maintainer: Debian Lua Team <pkg-lua-devel@lists.alioth.debian.org>
Uploaders: Sergei Golovan <sgolovan@debian.org>
Build-Depends: debhelper-compat (= 13), dh-lua, lua-ldoc, lua-bit32
Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/lua-team/lua-posix.git
Vcs-Browser: https://salsa.debian.org/lua-team/lua-posix
Homepage: https://github.com/luaposix/luaposix
Package: lua-posix
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Provides: ${lua:Provides}
Depends: ${shlibs:Depends}, ${misc:Depends}, lua-bit32
XB-Lua-Versions: ${lua:Versions}
Description: posix library for the Lua language
This package contains the Lua posix library, that includes some posix
functions like fork, chmod, wait, sleep and kill.
Package: lua-posix-dev
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Section: libdevel
Provides: ${lua:Provides}
Depends: lua-posix (= ${binary:Version}), ${misc:Depends}
XB-Lua-Versions: ${lua:Versions}
Multi-Arch: same
Description: posix development files for the Lua language
This package contains the development files of the Lua posix library,
useful to create a statically linked binary (like a C application or a
standalone Lua interpreter).
Documentation is also shipped within this package.
|