File: control

package info (click to toggle)
libmaxmind-db-reader-xs-perl 1.000009-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 2,648 kB
  • sloc: perl: 3,263; ansic: 260; makefile: 3; sh: 2
file content (46 lines) | stat: -rw-r--r-- 1,995 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
35
36
37
38
39
40
41
42
43
44
45
46
Source: libmaxmind-db-reader-xs-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Florian Schlichting <fsfs@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
               libmath-int128-perl <!nocheck>,
               libmath-int64-perl <!nocheck>,
               libmaxmind-db-common-perl <!nocheck>,
               libmaxmind-db-reader-perl <!nocheck>,
               libmaxminddb-dev,
               libmodule-build-perl,
               libmodule-implementation-perl <!nocheck>,
               libmoo-perl <!nocheck>,
               libnamespace-autoclean-perl <!nocheck>,
               libnet-works-perl <!nocheck>,
               libpath-class-perl <!nocheck>,
               libtest-fatal-perl <!nocheck>,
               libtest-number-delta-perl <!nocheck>,
               libtest-requires-perl <!nocheck>,
               perl-xs-dev,
               perl:native
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libmaxmind-db-reader-xs-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libmaxmind-db-reader-xs-perl.git
Homepage: https://metacpan.org/release/MaxMind-DB-Reader-XS
Rules-Requires-Root: no

Package: libmaxmind-db-reader-xs-perl
Architecture: any
Depends: ${misc:Depends},
         ${perl:Depends},
         ${shlibs:Depends},
         libmath-int128-perl,
         libmath-int64-perl,
         libmaxmind-db-common-perl,
         libmaxmind-db-reader-perl,
         libmoo-perl,
         libnamespace-autoclean-perl
Description: fast XS implementation of the MaxMind DB reader
 MaxMind::DB::Reader::XS is an implementation of the MaxMind::DB::Reader
 API using XS to link against the libmaxminddb library.  This is much
 faster than the Pure Perl implementation: the speedup is typically by a
 factor of 50-100. Simply installing this package is enough to have
 MaxMind::DB::Reader automatically load it.