File: control

package info (click to toggle)
libmemcache 1.4.0.rc2-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny, squeeze, wheezy
  • size: 2,772 kB
  • ctags: 530
  • sloc: sh: 8,605; ansic: 4,207; makefile: 361
file content (55 lines) | stat: -rw-r--r-- 2,582 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
43
44
45
46
47
48
49
50
51
52
53
54
55
Source: libmemcache
Priority: optional
Section: libs
Maintainer: Zak B. Elep <zakame@spunge.org>
Standards-Version: 3.6.2
Build-Depends: autotools-dev, cdbs, debhelper (>= 5)

Package: libmemcache0
Architecture: any
Section: libs
Depends: ${shlibs:Depends}
Suggests: memcached
Description: C client API for memcached memory object caching system
 memcached optimizes specific high-load serving applications that are designed
 to take advantage of its versatile no-locking memory access system.  Clients
 are available in several different programming languages, to suit the needs
 of the specific application.  Traditionally this has been used in mod_perl
 apps to avoid storing large chunks of data in Apache memory, and to share
 this burden across several machines.
 .
 Danga Interactive developed memcached to enhance the speed of
 LiveJournal.com, a site which was already doing 20 million+ dynamic page
 views per day for 1 million users with a bunch of webservers and a bunch of
 database servers.  memcached dropped the database load to almost nothing,
 yielding faster page load times for users, better resource utilization, and
 faster access to the databases on a memcache miss.
 .
 This package contains the shared libraries (C client API) for
 memcached.  If you are looking for a Perl client API, please see the
 libcache-memcached-perl package.
 .
  Homepage: http://people.freebsd.org/~seanc/libmemcache/

Package: libmemcache-dev
Architecture: any
Section: libdevel
Depends: libc6 | libc6-dev, libmemcache0 (= ${Source-Version})
Description: development headers for libmemcache C client API
 memcached optimizes specific high-load serving applications that are designed
 to take advantage of its versatile no-locking memory access system.  Clients
 are available in several different programming languages, to suit the needs
 of the specific application.  Traditionally this has been used in mod_perl
 apps to avoid storing large chunks of data in Apache memory, and to share
 this burden across several machines.
 .
 Danga Interactive developed memcached to enhance the speed of
 LiveJournal.com, a site which was already doing 20 million+ dynamic page
 views per day for 1 million users with a bunch of webservers and a bunch of
 database servers.  memcached dropped the database load to almost nothing,
 yielding faster page load times for users, better resource utilization, and
 faster access to the databases on a memcache miss.
 .
 This package contains the C development headers for libmemcache.
 .
  Homepage: http://people.freebsd.org/~seanc/libmemcache/