File: control

package info (click to toggle)
libgeoip2-perl 2.006002-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 2,156 kB
  • sloc: perl: 2,275; makefile: 10
file content (57 lines) | stat: -rw-r--r-- 2,210 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
47
48
49
50
51
52
53
54
55
56
57
Source: libgeoip2-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)
Build-Depends-Indep: libdata-validate-ip-perl,
                     libhttp-message-perl,
                     libjson-maybexs-perl,
                     liblist-someutils-perl,
                     liblwp-protocol-https-perl,
                     libmaxmind-db-common-perl,
                     libmaxmind-db-reader-perl,
                     libmoo-perl,
                     libnamespace-clean-perl,
                     libparams-validate-perl,
                     libpath-class-perl,
                     libsub-quote-perl,
                     libtest-fatal-perl,
                     libtest-number-delta-perl,
                     libthrowable-perl,
                     libtry-tiny-perl,
                     liburi-perl,
                     libwww-perl,
                     perl
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libgeoip2-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libgeoip2-perl.git
Homepage: https://metacpan.org/release/GeoIP2

Package: libgeoip2-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libdata-validate-ip-perl,
         libhttp-message-perl,
         libjson-maybexs-perl,
         liblist-someutils-perl,
         liblwp-protocol-https-perl,
         libmaxmind-db-reader-perl,
         libmoo-perl,
         libnamespace-clean-perl,
         libparams-validate-perl,
         libsub-quote-perl,
         libthrowable-perl,
         libtry-tiny-perl,
         liburi-perl,
         libwww-perl
Description: Perl API for MaxMind's GeoIP2 web services and databases
 GeoIP2 provides an API to version 2 of MaxMinds high-precision IP geo-
 location web services and databases. It also works with the free and
 downloadable GeoLite2 databases. This is the Perl implementation of
 this API.
 .
 For up to 100x faster database access make sure the recommended
 libmaxmind-db-reader-xs-perl package is installed as well.