File: control

package info (click to toggle)
libcache-perl 2.11-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 432 kB
  • ctags: 301
  • sloc: perl: 2,577; makefile: 2
file content (34 lines) | stat: -rw-r--r-- 1,310 bytes parent folder | download | duplicates (2)
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
Source: libcache-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Dominic Hargreaves <dom@earth.li>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9),
               libmodule-build-perl
Build-Depends-Indep: perl,
                     libfile-nfslock-perl,
                     libio-string-perl,
                     libheap-perl,
                     libtimedate-perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libcache-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libcache-perl.git
Homepage: https://metacpan.org/release/Cache

Package: libcache-perl
Architecture: all
Depends: ${perl:Depends},
         ${misc:Depends},
         libfile-nfslock-perl,
         libio-string-perl,
         libheap-perl,
         libtimedate-perl
Description: Cache interface
 Cache is designed to assist a developer in persisting data for a
 specified period of time.  Often these modules are used in web applications to
 store data locally to save repeated and redundant expensive calls to remote
 machines or databases.
 .
 The Cache interface is implemented by derived classes that store cached data
 in different manners (such as files on a filesystem, or in memory).