File: control

package info (click to toggle)
libapr-memcache 0.7.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, jessie, jessie-kfreebsd, stretch
  • size: 952 kB
  • ctags: 195
  • sloc: sh: 8,435; ansic: 1,272; makefile: 38
file content (39 lines) | stat: -rw-r--r-- 1,514 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
Source: libapr-memcache
Priority: extra
Maintainer: Bastiaan Franciscus van den Dikkenberg <bas@dikkenberg.net>
Build-Depends: debhelper (>= 9),dh-autoreconf, libapr1-dev, libaprutil1-dev
Standards-Version: 3.9.5
Section: libs
Homepage: http://www.outoforder.cc/projects/libs/apr_memcache/
Vcs-Git: git://anonscm.debian.org/collab-maint/libapr-memcache0.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/libapr-memcache0.git;a=summary


Package: libapr-memcache0
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: memcache client - shared library
 apr_memcache is a client written in C for memcached, the memory object
 cache daemon. It uses the Apache Portable Runtime to provide pooled
 client connections in a thread-safe manner, making it perfect for use
 inside Apache modules such as mod_gnutls.
 .
 This package provides the shared library for apr_memcache.
 
Package: libapr-memcache-dev
Section: libdevel
Architecture: any
Multi-Arch: same 
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, libapr-memcache0 (= ${binary:Version})
Description: memcache client - development libraries
 apr_memcache is a client written in C for memcached, the memory object
 cache daemon. It uses the Apache Portable Runtime to provide pooled
 client connections in a thread-safe manner, making it perfect for use
 inside Apache modules such as mod_gnutls.
 .
 This package provides the development files for apr_memcache.