File: control

package info (click to toggle)
libmemoize-expirelru-perl 0.56-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 116 kB
  • ctags: 13
  • sloc: perl: 336; makefile: 2
file content (22 lines) | stat: -rw-r--r-- 1,002 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
Source: libmemoize-expirelru-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Krzysztof Krzyżaniak (eloy) <eloy@debian.org>
Standards-Version: 3.9.8
Homepage: https://metacpan.org/release/Memoize-ExpireLRU
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libmemoize-expirelru-perl.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libmemoize-expirelru-perl.git
Testsuite: autopkgtest-pkg-perl

Package: libmemoize-expirelru-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}
Description: Expiry plug-in for Memoize that adds LRU cache expiration
 Memoize::ExpireLRU implements an expiry policy for Memoize that follows LRU
 semantics, that is, the last n results, where n is specified as the argument
 to the CACHESIZE parameter, will be cached.
 .
 For the theory of Memoization, please see the Memoize module documentation.