File: control

package info (click to toggle)
libcache-lru-perl 0.04-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 172 kB
  • sloc: perl: 1,432; makefile: 2
file content (25 lines) | stat: -rw-r--r-- 927 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
Source: libcache-lru-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr@jones.dk>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
               libmodule-install-perl,
               libtest-requires-perl <!nocheck>,
               perl
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libcache-lru-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libcache-lru-perl.git
Homepage: https://metacpan.org/pod/Cache::LRU
Rules-Requires-Root: no

Package: libcache-lru-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         ${perl:Recommends}
Multi-Arch: foreign
Description: simple, fast implementation of LRU cache
 Cache::LRU is a simple, fast implementation of an in-memory Least
 Recently Used (LRU) cache in pure perl.