File: control

package info (click to toggle)
php-redis 3.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,156 kB
  • ctags: 1,963
  • sloc: ansic: 14,357; php: 4,626; xml: 326; sh: 134; makefile: 2
file content (28 lines) | stat: -rw-r--r-- 1,009 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
Source: php-redis
Section: php
Priority: optional
Maintainer: Debian PHP PECL Maintainers <pkg-php-pecl@lists.alioth.debian.org>
Uploaders: Jonas Genannt <jonas.genannt@capi2name.de>,
           Cyril Bouthors <cyb@debian.org>,
           Ondřej Surý <ondrej@debian.org>
Build-Depends: debhelper (>= 9),
               dh-php (>= 0.12~),
               php-all-dev,
               php-igbinary
Standards-Version: 3.9.8
Vcs-Git: git://anonscm.debian.org/pkg-php/php-redis.git
Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-php/php-redis.git;a=summary
Homepage: http://pecl.php.net/package/redis

Package: php-redis
Architecture: any
Depends: php-igbinary,
         ${misc:Depends},
         ${php:Depends},
         ${shlibs:Depends}
Suggests: redis-server
Provides: ${php:Provides}
Description: PHP extension for interfacing with Redis
 This extension allows php applications to communicate with the Redis
 persistent key-value store.  The php-redis module provides an easy
 object oriented interface.