File: control

package info (click to toggle)
lua-bit32 5.3.0-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 192 kB
  • sloc: ansic: 1,026; makefile: 4
file content (35 lines) | stat: -rw-r--r-- 1,206 bytes parent folder | download
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-bit32
Section: interpreters
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper-compat (= 13), dh-lua,
Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/debian/lua-bit32.git
Vcs-Browser: https://salsa.debian.org/debian/lua-bit32

Package: lua-bit32
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends},
Depends: ${misc:Depends},
         ${shlibs:Depends},
Provides: ${lua:Provides},
XB-Lua-Versions: ${lua:Versions}
Description: Backport of the Lua 5.2 bit32 library to Lua 5.1
 This package provides the bit32 library for Lua 5.1, a back
 port of the bit32 library of Lua 5.2 and 5.3.  Such library
 implements bitwise operations on 32 bit integers.

Package: lua-bit32-dev
Section: libdevel
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends},
Architecture: any
Depends: lua-bit32 (= ${binary:Version}),
         ${misc:Depends},
Provides: ${lua:Provides},
XB-Lua-Versions: ${lua:Versions}
Description: Development files for the bit32 library for Lua 5.1
 This package contains the development files of the bit32 library,
 useful to create a statically linked binary (like a C application or a
 standalone Lua interpreter).