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.0
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.