Source: libredis-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Tim Retout <diocles@debian.org>,
           Krzysztof Krzyżaniak (eloy) <eloy@debian.org>,
           Jorge Salamero Sanz <bencer@debian.org>,
           gregor herrmann <gregoa@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 9.20130630~),
               libmodule-build-tiny-perl,
               perl
Build-Depends-Indep: libio-socket-timeout-perl,
                     libio-string-perl,
                     libtest-deep-perl,
                     libtest-fatal-perl,
                     libtest-pod-perl,
                     libtest-sharedfork-perl,
                     libtest-tcp-perl,
                     libtry-tiny-perl,
                     perl (>= 5.13.1) | libtest-simple-perl (>= 0.98),
                     redis-server (>= 2:2.6.13)
Standards-Version: 3.9.5
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libredis-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libredis-perl.git
Homepage: https://metacpan.org/release/Redis/

Package: libredis-perl
Architecture: all
Depends: ${perl:Depends},
         ${misc:Depends},
         libio-socket-timeout-perl,
         libtry-tiny-perl
Description: persistent key-value database with network interface (Perl client library)
 Redis is a key-value database in a similar vein to memcache but the dataset
 is non-volatile. Redis additionally provides native support for atomically
 manipulating and querying data structures such as lists and sets.
 .
 This package contains the Perl client library.

