File: control

package info (click to toggle)
libfile-cache-perl 0.16-13
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 192 kB
  • ctags: 77
  • sloc: perl: 1,499; makefile: 7
file content (20 lines) | stat: -rw-r--r-- 908 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Source: libfile-cache-perl
Section: perl
Priority: optional
Maintainer: Colin Watson <cjwatson@debian.org>
Build-Depends: debhelper (>= 9)
Standards-Version: 3.9.6
Homepage: http://search.cpan.org/dist/File-Cache/
Vcs-Git: https://anonscm.debian.org/git/users/cjwatson/libfile-cache-perl.git
Vcs-Browser: https://anonscm.debian.org/cgit/users/cjwatson/libfile-cache-perl.git/
Testsuite: autopkgtest-pkg-perl

Package: libfile-cache-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}, libdigest-md5-perl, perl (>= 5.8.0) | libstorable-perl
Description: File::Cache, a filesystem-based object store
 File::Cache implements an object store which shares data across process
 boundaries via the filesystem. It was written to complement IPC::Cache, but
 is suitable for larger numbers of more complex objects than that module.
 .
 This module will eventually be superseded by the newer Cache::Cache.