File: control

package info (click to toggle)
libredis-perl 2%3A1.9910-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 348 kB
  • ctags: 89
  • sloc: perl: 2,334; makefile: 2
file content (37 lines) | stat: -rw-r--r-- 1,611 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
Source: libredis-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Krzysztof Krzyżaniak (eloy) <eloy@debian.org>,
           Jorge Salamero Sanz <bencer@debian.org>,
           gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9.20140227~),
               libmodule-build-tiny-perl,
               perl
Build-Depends-Indep: libio-socket-timeout-perl (>= 0.29),
                     libio-string-perl,
                     libtest-deep-perl,
                     libtest-fatal-perl,
                     libtest-sharedfork-perl,
                     libtest-tcp-perl (>= 1.19),
                     libtry-tiny-perl,
                     perl (>= 5.13.1) | libtest-simple-perl (>= 0.98),
                     redis-server (>= 2:2.6.13)
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libredis-perl.git
Vcs-Git: https://anonscm.debian.org/git/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 (>= 0.29),
         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.