File: control

package info (click to toggle)
libcache-memcached-fast-perl 0.23-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 612 kB
  • ctags: 1,085
  • sloc: ansic: 2,570; perl: 718; makefile: 11
file content (30 lines) | stat: -rw-r--r-- 1,232 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
Source: libcache-memcached-fast-perl
Section: perl
Priority: optional
Build-Depends: cdbs,
 devscripts,
 perl,
 debhelper,
 dh-buildinfo,
 memcached
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr@jones.dk>
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libcache-memcached-fast-perl
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libcache-memcached-fast-perl.git
Homepage: http://openhack.ru/Cache-Memcached-Fast

Package: libcache-memcached-fast-perl
Architecture: any
Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}
Enhances: libcache-memcached-perl
Description: Perl client for memcached, in C language
 Cache::Memcached::Fast is a Perl client for memcached, a memory cache
 daemon (http://www.danga.com/memcached/). Module core is implemented in
 C and tries hard to minimize number of system calls and to avoid any
 key/value copying for speed. As a result, it has very low CPU
 consumption.
 .
 API is largely compatible with Cache::Memcached, original pure Perl
 client, most users of the original module may start using this module
 by installing it and adding "::Fast" to the old name in their scripts.