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-filesystem
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)
Standards-Version: 3.7.3
Vcs-Svn: svn://svn.debian.org/pkg-lua/packages/lua-filesystem
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-lua/packages/lua-filesystem
Homepage: http://www.luaforge.net/projects/luafilesystem
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.
Package: liblua5.1-filesystem-dev
Architecture: any
Section: libdevel
Depends: liblua5.1-filesystem0 (= ${binary: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).
Documentation is also shipped within this package.
|