File: control

package info (click to toggle)
libcompress-snappy-perl 0.24%2Bds-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 232 kB
  • sloc: ansic: 3,120; perl: 106; makefile: 3
file content (31 lines) | stat: -rw-r--r-- 1,299 bytes parent folder | download | duplicates (2)
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
Source: libcompress-snappy-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Andrius Merkys <merkys@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
               libdevel-checklib-perl,
               libsnappy-dev,
               perl-xs-dev,
               perl:native
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libcompress-snappy-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libcompress-snappy-perl.git
Homepage: https://metacpan.org/release/Compress-Snappy
Rules-Requires-Root: no

Package: libcompress-snappy-perl
Architecture: any
Depends: ${misc:Depends},
         ${perl:Depends},
         ${shlibs:Depends}
Description: Perl interface to Google's Snappy (de)compressor
 The Compress::Snappy module provides an interface to Google's Snappy
 (de)compressor.
 .
 Snappy does not aim for maximum compression, or compatibility with any other
 compression library; instead, it aims for very high speeds and reasonable
 compression. For instance, compared to the fastest mode of zlib, Snappy is an
 order of magnitude faster for most inputs, but the resulting compressed files
 are anywhere from 20% to 100% bigger.