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
|
Source: php-memcached
Section: php
Priority: optional
Maintainer: Debian PHP PECL Maintainers <pkg-php-pecl@lists.alioth.debian.org>
Uploaders: Ondřej Surý <ondrej@debian.org>
Build-Depends: debhelper (>= 9),
dh-php (>= 0.17~),
libmemcached-dev (>= 1.0.18),
php-all-dev (>= 28~),
php-igbinary,
php-json,
php-msgpack,
pkg-config,
zlib1g-dev
Standards-Version: 3.9.8
Homepage: http://pecl.php.net/package/memcached
VCS-Git: git://anonscm.debian.org/pkg-php/php-memcached.git
VCS-Browser: http://anonscm.debian.org/gitweb/?p=pkg-php/php-memcached.git;a=summary
Package: php-memcached
Architecture: any
Depends: php-igbinary,
php-msgpack,
ucf,
${misc:Depends},
${php:Depends},
${shlibs:Depends}
Provides: ${php:Provides}
Description: memcached extension module for PHP, uses libmemcached
Memcached is a caching daemon designed especially for dynamic web
applications to decrease database load by storing objects in memory.
.
This extension uses libmemcached library to provide API for
communicating with memcached servers.
|