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: libfuse-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 9.20120312~), cdbs (>= 0.4.122~), perl, libfuse-dev, pkg-config
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Bastien Roucariès <roucaries.bastien+debian@gmail.com>,
Romain Beauxis <toots@rastageeks.org>
Homepage: http://search.cpan.org/dist/Fuse/Fuse.pm
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libfuse-perl.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libfuse-perl.git
Standards-Version: 3.9.5
Package: libfuse-perl
Architecture: any
Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}
Recommends: fuse [linux-any] | fuse4bsd [kfreebsd-any]
Suggests: libunix-mknod-perl, liblchown-perl, libfilesys-statvfs-perl
Description: Perl bindings for FUSE (Filesystems in USErland
This module lets you implement filesystems in perl, through the FUSE
interface
.
FUSE (Filesystem in USErspace) is a simple interface for userspace
programs to export a virtual filesystem to the kernel. FUSE
also aims to provide a secure method for non privileged users to
create and mount their own filesystem implementations.
|