mirror of
https://github.com/lunarmodules/lua-iconv.git
synced 2025-06-23 04:34:33 +02:00
27 lines
1.1 KiB
Plaintext
27 lines
1.1 KiB
Plaintext
Source: lua-iconv
|
|
Section: interpreters
|
|
Priority: optional
|
|
Maintainer: Alexandre Erwin Ittner <aittner@netuno.com.br>
|
|
Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 5), dpatch, lua5.1-policy-dev (>= 8)
|
|
Standards-Version: 3.7.2
|
|
XS-X-Vcs-svn: svn://svn.debian.org/pkg-lua/packages/lua-iconv
|
|
|
|
Package: liblua5.1-iconv
|
|
Architecture: any
|
|
Depends: ${shlibs:Depends}
|
|
Description: iconv bindings for the Lua Programming Language
|
|
Lua-iconv is POSIX 'iconv' binding for the Lua Programming Language. It
|
|
converts a sequence of characters from one codeset into a sequence of
|
|
corresponding characters in another codeset.
|
|
Homepage: <http://lua-iconv.luaforge.net/>
|
|
|
|
Package: liblua5.1-iconv-dev
|
|
Architecture: any
|
|
Depends: liblua5.1-iconv (= ${Source-Version})
|
|
Description: iconv development files for the lua language version 5.1
|
|
This package contains the development files of the iconv lua5.1 bindings,
|
|
useful to create a statically linked binary (like a C application or a
|
|
standalone lua interpreter).
|
|
Documentation is also shipped within this package.
|
|
Homepage: <http://lua-iconv.luaforge.net/>
|