1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Source: lua-filesystem
Section: interpreters
Priority: optional
Maintainer: Enrico Tassi <gareuselesinge@debian.org>
Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 4.1.0), dpatch, lua5.1-policy-dev
Standards-Version: 3.7.2
XS-X-Vcs-svn: svn://svn.debian.org/pkg-lua/packages/lua-filesystem
Package: liblua5.1-filesystem0
Architecture: any
Depends: ${shlibs:Depends}
Description: luafilesystem library for the lua language version 5.1
This package contains the luafilesystem library, a set of portable functions
for directory creation, listing and deletion and for file locking.
Homepage: <http://www.luaforge.net/projects/luafilesystem>
Package: liblua5.1-filesystem-dev
Architecture: any
Depends: liblua5.1-filesystem0 (= ${Source-Version})
Description: luafilesystem development files for the lua language version 5.1
This package contains the development files of the luafilesystem library,
useful to create a statically linked binary (like a C application or a
standalone lua interpreter).
Homepage: <http://www.luaforge.net/projects/luafilesystem>
|