File: control

package info (click to toggle)
libanyevent-redis-perl 0.24-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 248 kB
  • ctags: 142
  • sloc: perl: 1,888; makefile: 2
file content (30 lines) | stat: -rw-r--r-- 1,223 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
Source: libanyevent-redis-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Xavier Guimard <x.guimard@free.fr>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: libanyevent-perl,
                     libtest-leaktrace-perl,
                     libtest-tcp-perl (>= 1.03),
                     perl,
                     redis-server
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libanyevent-redis-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libanyevent-redis-perl.git
Homepage: https://metacpan.org/release/AnyEvent-Redis
Testsuite: autopkgtest-pkg-perl

Package: libanyevent-redis-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libanyevent-perl
Description: Perl module that implements a non-blocking Redis client
 AnyEvent::Redis is a non-blocking (event-driven) Redis client based
 on the AnyEvent event loop framework.
 .
 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.