File: control

package info (click to toggle)
lua-bitop 1.0.1-3
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 164 kB
  • ctags: 71
  • sloc: ansic: 128; makefile: 28; sh: 9
file content (26 lines) | stat: -rw-r--r-- 1,113 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
Source: lua-bitop
Section: interpreters
Priority: optional
Maintainer: Enrico Tassi <gareuselesinge@debian.org>
Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 5), lua5.1-policy-dev (>= 25), dpatch
Standards-Version: 3.8.3
Vcs-Svn: svn://svn.debian.org/pkg-lua/packages/lua-bitop
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-lua/packages/lua-bitop
Homepage: http://bitop.luajit.org

Package: liblua5.1-bitop0
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Conflicts: liblua5.1-bit0
Description: fast bit manipulation library for the Lua language version 5.1
 This package contains the Lua bitop fast bit manipulation library.

Package: liblua5.1-bitop-dev
Architecture: any
Section: libdevel
Depends: liblua5.1-bitop0 (= ${binary:Version}), ${misc:Depends}
Description: fast bit manipulation library devel files for the Lua language version 5.1
 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.