File: control

package info (click to toggle)
libcache-cache-perl 1.08-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 332 kB
  • sloc: perl: 2,702; makefile: 5
file content (29 lines) | stat: -rw-r--r-- 1,277 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: libcache-cache-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: liberror-perl,
                     libipc-sharelite-perl,
                     perl
Standards-Version: 3.9.6
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libcache-cache-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libcache-cache-perl.git
Homepage: https://metacpan.org/release/Cache-Cache

Package: libcache-cache-perl
Architecture: all
Depends: liberror-perl,
         libipc-sharelite-perl,
         ${misc:Depends},
         ${perl:Depends}
Description: Managed caches of persistent information
 The Cache modules are 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.  People have also
 been known to use Cache::Cache for its straightforward interface in
 sharing data between runs of an application or invocations of a
 CGI-style script or simply as an easy to use abstraction of the
 filesystem or shared memory.