File: control

package info (click to toggle)
php-memcached 3.0.1%2B2.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,380 kB
  • ctags: 986
  • sloc: ansic: 9,702; xml: 1,084; php: 272; pascal: 87; sh: 12; makefile: 5
file content (34 lines) | stat: -rw-r--r-- 1,185 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
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.