File: control

package info (click to toggle)
lua-bit 25-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 1,388 kB
  • ctags: 49
  • sloc: sh: 8,991; ansic: 91; makefile: 21
file content (25 lines) | stat: -rw-r--r-- 1,056 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
Source: lua-bit
Section: interpreters
Priority: optional
Maintainer: Enrico Tassi <gareuselesinge@debian.org>
Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 5), lua5.1-policy-dev (>= 10), shake (>= 1.0.1-2), automake1.9
Standards-Version: 3.7.3
Vcs-Svn: svn://svn.debian.org/pkg-lua/packages/lua-bit
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-lua/packages/lua-bit
Homepage: http://www.luaforge.net/projects/bitlib

Package: liblua5.1-bit0
Architecture: any
Depends: ${shlibs:Depends}
Description: bit manipulation library for the lua language version 5.1
 This package contains the lua bit manipulation library.

Package: liblua5.1-bit-dev
Architecture: any
Section: libdevel
Depends: liblua5.1-bit0 (= ${binary:Version})
Description: bit manipulation library development files for the lua language version 5.1
 This package contains the development files of the lua 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.