File: control

package info (click to toggle)
libfile-mmagic-xs-perl 0.09008-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 480 kB
  • ctags: 477
  • sloc: perl: 2,130; ansic: 1,858; makefile: 8; xml: 1
file content (25 lines) | stat: -rw-r--r-- 1,073 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
Source: libfile-mmagic-xs-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>,
           Ansgar Burchardt <ansgar@debian.org>,
           Dominic Hargreaves <dom@earth.li>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 9.20120312~),
               perl,
               perl (>= 5.17.4) | libextutils-parsexs-perl (>= 3.180000)
Standards-Version: 3.9.5
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libfile-mmagic-xs-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libfile-mmagic-xs-perl.git
Homepage: https://metacpan.org/release/File-MMagic-XS

Package: libfile-mmagic-xs-perl
Architecture: any
Depends: ${perl:Depends},
         ${shlibs:Depends},
         ${misc:Depends}
Description: Perl module to guess file type (à la mod_mime_magic)
 File::MMagic::XS is a port of Apache2 mod_mime_magic.c in Perl, written in
 XS with the aim of being efficient and fast, especially for applications
 that need to be run for an extended amount of time.