Source: php-memcache
Section: php
Priority: optional
Maintainer: Sergey B Kirpichev <skirpichev@gmail.com>
Build-Depends: debhelper (>= 9), php5-dev (>= 5.4.1), zlib1g-dev
Standards-Version: 3.9.4
VCS-Git: git://git.debian.org/collab-maint/php-memcache.git
VCS-Browser: http://git.debian.org/?p=collab-maint/php-memcache.git;a=summary
Homepage: http://pecl.php.net/package/memcache

Package: php5-memcache
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${php:Depends},
# drop after wheezy:
         ucf
Suggests: memcached
Description: memcache extension module for PHP5
 Memcached is a caching daemon designed especially for dynamic web applications
 to decrease database load by storing objects in memory.
 .
 This extension allows you to work with memcached through handy OO and
 procedural interfaces in your php5 applications.
