File: control

package info (click to toggle)
libfuse-perl 0.16.1%2B20180422git6becd92d7fce3fc411d7c-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 612 kB
  • sloc: perl: 1,938; makefile: 8
file content (34 lines) | stat: -rw-r--r-- 1,275 bytes parent folder | download
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
27
28
29
30
31
32
33
34
Source: libfuse-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Bastien Roucariès <rouca@debian.org>,
           Romain Beauxis <toots@rastageeks.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 11~),
               libfuse-dev,
               perl,
               pkg-config
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libfuse-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libfuse-perl.git
Homepage: https://metacpan.org/release/Fuse

Package: libfuse-perl
Architecture: any
Multi-Arch: same
Depends: ${perl:Depends},
         ${shlibs:Depends},
         ${misc:Depends}
Recommends: fuse [linux-any] | fuse4bsd [kfreebsd-any]
Suggests: libfilesys-statvfs-perl,
          liblchown-perl,
          libunix-mknod-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.