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
|
Source: libredis-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jorge Salamero Sanz <bencer@debian.org>,
gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
libmodule-build-tiny-perl,
perl
Build-Depends-Indep: libio-socket-ssl-perl <!nocheck>,
libio-socket-timeout-perl <!nocheck>,
libio-string-perl <!nocheck>,
libtest-deep-perl <!nocheck>,
libtest-fatal-perl <!nocheck>,
libtest-sharedfork-perl <!nocheck>,
libtest-simple-perl <!nocheck>,
libtest-tcp-perl (>= 2.22-2~) <!nocheck>,
libtry-tiny-perl <!nocheck>,
redis-server <!nocheck>
# needed for USE_SSL in tests which is fragile
# stunnel <!nocheck>
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libredis-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libredis-perl.git
Homepage: https://metacpan.org/release/Redis
Rules-Requires-Root: no
Package: libredis-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
libio-socket-timeout-perl,
libtry-tiny-perl
Recommends: libio-socket-ssl-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.
|