File: control

package info (click to toggle)
libmemcached-libmemcached-perl 1.001801%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 912 kB
  • ctags: 773
  • sloc: perl: 1,674; makefile: 25
file content (42 lines) | stat: -rw-r--r-- 1,519 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
35
36
37
38
39
40
41
42
Source: libmemcached-libmemcached-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Christopher Hoskin <christopher.hoskin@gmail.com>
Build-Depends: debhelper (>= 9.20120312~),
 perl,
 libmemcached-dev,
 memcached,
 net-tools,
 procps,
 libpod-coverage-perl,
 libtest-pod-perl,
 libtest-pod-coverage-perl
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libmemcached-libmemcached-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libmemcached-libmemcached-perl.git
Homepage: https://metacpan.org/release/Memcached-libmemcached
Testsuite: autopkgtest-pkg-perl

Package: libmemcached-libmemcached-perl
Architecture: any
Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}
Description: thin, fast, full interface to the libmemcached client API
 Memcached::libmemcached is a very thin, highly efficient, wrapper around the
 libmemcached library. It's implemented almost entirely in C.
 .
 It gives full access to the rich functionality offered by libmemcached.
 libmemcached is fast, light on memory usage, thread safe, and provide full
 access to server side methods.
 .
  - Synchronous and Asynchronous support.
 .
  - TCP and Unix Socket protocols.
 .
  - A half dozen or so different hash algorithms.
 .
  - Implementations of the new cas, replace, and append operators.
 .
  - Man pages written up on entire API.
 .
  - Implements both modulo and consistent hashing solutions.