File: control

package info (click to toggle)
lua-iconv 6-3
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 64 kB
  • ctags: 28
  • sloc: ansic: 157; makefile: 19
file content (21 lines) | stat: -rw-r--r-- 804 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
Source: lua-iconv
Section: interpreters
Priority: optional
Maintainer: Jon Bernard <jbernard@debian.org>
Build-Depends: debhelper (>= 7), liblua5.1-dev, lua5.1, pkg-config
Standards-Version: 3.8.2
Vcs-Svn: svn://svn.debian.org/pkg-lua/packages/lua-iconv
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-lua/packages/lua-iconv
Homepage: http://luaforge.net/projects/lua-iconv/

Package: liblua5.1-iconv0
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Recommends: lua5.1
Conflicts: lua-iconv
Provides: lua-iconv
Replaces: lua-iconv
Description: iconv bindings for the Lua programming language
 This package provides POSIX 'iconv' bindings for the Lua programming language.
 It converts a sequence of characters from one codeset into a sequence of
 corresponding characters in another codeset.