File: control

package info (click to toggle)
libchi-perl 0.58-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 660 kB
  • ctags: 421
  • sloc: perl: 5,496; makefile: 2
file content (70 lines) | stat: -rw-r--r-- 2,441 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
Source: libchi-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl,
 libcarp-assert-perl,
 libdata-serializer-perl,
 libdigest-jhash-perl,
 libhash-moreutils-perl,
 libjson-perl,
 liblist-moreutils-perl,
 liblog-any-perl,
 libmoo-perl (>= 1.003000),
 libmoox-types-mooselike-perl (>= 0.23),
 libmoox-types-mooselike-numeric-perl | libmoox-types-mooselike-perl (<< 0.25-1~),
 libossp-uuid-perl,
 libstring-rewriteprefix-perl,
 libtask-weaken-perl,
 libtest-class-perl,
 libtest-deep-perl,
 libtest-exception-perl,
 libtest-warn-perl,
 libtime-duration-parse-perl,
 libtime-duration-perl,
 libtry-tiny-perl (>= 0.05)
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ernesto Hernández-Novich (USB) <emhn@usb.ve>,
 Jonathan Yu <jawnsy@cpan.org>,
 Chris Butler <chrisb@debian.org>,
 Angel Abad <angelabad@gmail.com>,
 gregor herrmann <gregoa@debian.org>,
 Xavier Guimard <x.guimard@free.fr>
Standards-Version: 3.9.4
Homepage: https://metacpan.org/release/CHI/
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libchi-perl.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libchi-perl.git

Package: libchi-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
 libcache-cache-perl,
 libcache-fastmmap-perl,
 libcarp-assert-perl,
 libdata-serializer-perl,
 libdigest-jhash-perl,
 libhash-moreutils-perl,
 libjson-perl,
 liblist-moreutils-perl,
 liblog-any-perl,
 libmoo-perl (>= 1.003000),
 libmoox-types-mooselike-perl (>= 0.23),
 libmoox-types-mooselike-numeric-perl | libmoox-types-mooselike-perl (<< 0.25-1~),
 libossp-uuid-perl,
 libstring-rewriteprefix-perl,
 libtask-weaken-perl,
 libtime-duration-parse-perl,
 libtime-duration-perl,
 libtry-tiny-perl (>= 0.05)
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.