Source: libfuse-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 11~),
 perl,
 libfuse-dev,
 pkg-config,
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Bastien Roucariès <rouca@debian.org>,
	   Romain Beauxis <toots@rastageeks.org>
Homepage: https://metacpan.org/release/FuseFuse.pm
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libfuse-perl.git
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libfuse-perl
Standards-Version: 4.1.4
Testsuite: autopkgtest-pkg-perl

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
Multi-Arch: same
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.
