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
|
Source: lua-bitop
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
Standards-Version: 4.6.2
Homepage: http://bitop.luajit.org
Vcs-Git: https://salsa.debian.org/lua-team/lua-bitop.git
Vcs-Browser: https://salsa.debian.org/lua-team/lua-bitop
Package: lua-bitop
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Replaces: liblua5.1-bitop0 (<< 1.0.1-6~)
Breaks: liblua5.1-bitop0 (<< 1.0.1-6~)
Provides: liblua5.1-bitop0, ${lua:Provides}
XB-Lua-Versions: ${lua:Versions}
Description: fast bit manipulation library for the Lua language
This package contains the Lua bitop fast bit manipulation library.
Package: lua-bitop-dev
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Section: libdevel
Depends: lua-bitop (= ${binary:Version}), ${misc:Depends}
Replaces: liblua5.1-bitop-dev (<< 1.0.1-6~)
Breaks: liblua5.1-bitop-dev (<< 1.0.1-6~)
Provides: liblua5.1-bitop-dev, ${lua:Provides}
XB-Lua-Versions: ${lua:Versions}
Description: fast bit manipulation library devel files for the Lua language
This package contains the development files of the Lua bitop fast bit
manipulation library, useful to create a statically linked binary (like a C
application or a standalone Lua interpreter). Documentation is also shipped
within this package.
|