File: control

package info (click to toggle)
libchi-perl 0.61-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 696 kB
  • sloc: perl: 5,409; makefile: 2
file content (75 lines) | stat: -rw-r--r-- 3,258 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
Source: libchi-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ernesto Hernández-Novich (USB) <emhn@usb.ve>,
           Angel Abad <angelabad@gmail.com>,
           gregor herrmann <gregoa@debian.org>,
           Xavier Guimard <yadd@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libcarp-assert-perl <!nocheck>,
                     libclass-load-perl <!nocheck>,
                     libdata-serializer-perl <!nocheck>,
                     libdigest-jhash-perl <!nocheck>,
                     libhash-moreutils-perl <!nocheck>,
                     libjson-maybexs-perl <!nocheck>,
                     liblist-moreutils-perl <!nocheck>,
                     liblog-any-perl <!nocheck>,
                     libmoo-perl <!nocheck>,
                     libmoox-types-mooselike-numeric-perl <!nocheck>,
                     libmoox-types-mooselike-perl <!nocheck>,
                     libossp-uuid-perl <!nocheck>,
                     libstring-rewriteprefix-perl <!nocheck>,
                     libtask-weaken-perl <!nocheck>,
                     libtest-class-perl <!nocheck>,
                     libtest-deep-perl <!nocheck>,
                     libtest-exception-perl <!nocheck>,
                     libtest-warn-perl <!nocheck>,
                     libtime-duration-parse-perl <!nocheck>,
                     libtime-duration-perl <!nocheck>,
                     libtimedate-perl <!nocheck>,
                     libtry-tiny-perl <!nocheck>,
                     perl
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libchi-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libchi-perl.git
Homepage: https://metacpan.org/release/CHI
Rules-Requires-Root: no

Package: libchi-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libcache-cache-perl,
         libcache-fastmmap-perl,
         libcarp-assert-perl,
         libclass-load-perl,
         libdata-serializer-perl,
         libdigest-jhash-perl,
         libhash-moreutils-perl,
         libjson-maybexs-perl,
         liblist-moreutils-perl,
         liblog-any-perl,
         libmoo-perl,
         libmoox-types-mooselike-numeric-perl,
         libmoox-types-mooselike-perl,
         libossp-uuid-perl,
         libstring-rewriteprefix-perl,
         libtask-weaken-perl,
         libtime-duration-parse-perl,
         libtime-duration-perl,
         libtimedate-perl,
         libtry-tiny-perl
Description: Unified Cache Handling Interface
 CHI provides a unified caching API for Perl programs, designed to assist
 a developer in keeping data persistent for a specified period of time.
 .
 The CHI interface is implemented by driver classes that support fetching,
 storing and clearing of data. Driver classes exist or will exist for the
 gamut of storage backends available to Perl, such as memory, plain files,
 memory mapped files, memcached, and DBI.
 .
 CHI is intended as an evolution of DeWitt Clinton's Cache::Cache package,
 adhering to the basic Cache API but adding new features and addressing
 limitations in the Cache::Cache implementation.