File: control

package info (click to toggle)
libcache-ref-perl 0.04-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, trixie
  • size: 260 kB
  • sloc: perl: 2,010; makefile: 2
file content (31 lines) | stat: -rw-r--r-- 1,136 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
Source: libcache-ref-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Tim Retout <diocles@debian.org>
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: libhash-util-fieldhash-compat-perl,
 libmoose-perl,
 libmoosex-role-parameterized-perl,
 libnamespace-autoclean-perl,
 libtest-use-ok-perl,
 perl
Standards-Version: 3.9.2
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libcache-ref-perl.git
Vcs-Git: git://git.debian.org/git/pkg-perl/packages/libcache-ref-perl.git
Homepage: http://search.cpan.org/dist/Cache-Ref/

Package: libcache-ref-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
 libhash-util-fieldhash-compat-perl,
 libmoose-perl,
 libmoosex-role-parameterized-perl,
 libnamespace-autoclean-perl,
 perl
Description: Perl module for caching references in memory
 Cache::Ref implements in-memory caching, designed primarily for shared
 references.  It supports various caching algorithms.
 .
 It differs from CHI (libchi-perl), in that it does not attempt to address
 the problem of caching things persistently.