File: control

package info (click to toggle)
libcache-ref-perl 0.04-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 260 kB
  • sloc: perl: 2,010; makefile: 2
file content (32 lines) | stat: -rw-r--r-- 1,342 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
Source: libcache-ref-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Andreas Tille <tille@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libhash-util-fieldhash-compat-perl,
                     libmoose-perl,
                     libmoosex-role-parameterized-perl,
                     libnamespace-autoclean-perl,
                     libtest-simple-perl | libtest-use-ok-perl | perl,
                     perl
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libcache-ref-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libcache-ref-perl.git
Homepage: https://metacpan.org/release/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
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.