File: control

package info (click to toggle)
php-memcache 3.0.6-6
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 392 kB
  • sloc: ansic: 4,326; php: 775; xml: 619; sh: 35; makefile: 22
file content (21 lines) | stat: -rw-r--r-- 733 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
Source: php-memcache
Section: php
Priority: optional
Maintainer: Sergey B Kirpichev <skirpichev@gmail.com>
DM-Upload-Allowed: yes
Build-Depends: debhelper (>= 9), php5-dev (>= 5.4.1), zlib1g-dev
Standards-Version: 3.9.3
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.