File: control

package info (click to toggle)
pgmemcache 2.3.0-6
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 268 kB
  • sloc: ansic: 975; sql: 220; makefile: 70; sh: 33
file content (29 lines) | stat: -rw-r--r-- 1,033 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
Source: pgmemcache
Section: database
Priority: optional
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Uploaders:
 Marco Nenciarini <mnencia@debian.org>,
 Christoph Berg <myon@debian.org>,
Build-Depends:
 debhelper (>= 9),
 libmemcached-dev (>= 0.38~),
 libsasl2-dev,
 postgresql-server-dev-all (>= 158~),
Standards-Version: 4.1.4
Homepage: http://pgfoundry.org/projects/pgmemcache/
Vcs-Git: https://salsa.debian.org/postgresql/pgmemcache.git
Vcs-Browser: https://salsa.debian.org/postgresql/pgmemcache
XS-Testsuite: autopkgtest

Package: postgresql-11-pgmemcache
Architecture: any
Depends: postgresql-11, ${misc:Depends}, ${shlibs:Depends}
Description: PostgreSQL interface to memcached
 pgmemcache is an extension for PostgreSQL that provides an API to
 memcached through user-defined functions.
 .
 memcached is a high-performance, distributed memory object caching
 system, generic in nature, but originally intended for use in
 speeding up dynamic web applications by alleviating database load.