| 12
 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
 
 | Source: libredis-fast-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Marc Haber <mh+debian-packages@zugschlus.de>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
               libfile-which-perl,
               libhiredis-dev,
               libmodule-build-perl,
               libmodule-build-xsutil-perl,
               libparallel-forkmanager-perl <!nocheck>,
               libtest-deep-perl <!nocheck>,
               libtest-fatal-perl <!nocheck>,
               libtest-leaktrace-perl <!nocheck>,
               libtest-sharedfork-perl <!nocheck>,
               libtest-tcp-perl (>= 2.22-2~) <!nocheck>,
               libtest-unixsock-perl <!nocheck>,
               libtry-tiny-perl,
               perl-xs-dev,
               perl:native,
               redis-server
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libredis-fast-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libredis-fast-perl.git
Homepage: https://metacpan.org/release/Redis-Fast
Rules-Requires-Root: no
Package: libredis-fast-perl
Architecture: any
Depends: ${misc:Depends},
         ${perl:Depends},
         ${shlibs:Depends},
         libtry-tiny-perl
Suggests: redis-server
Description: Perl binding for Redis database
 Redis::Fast is a wrapper around Salvatore Sanfilippo's hiredis C client.
 It is compatible with Redis.pm.
 .
 This version supports protocol 2.x (multi-bulk) or later of Redis
 available at https://github.com/antirez/redis/.
 |