File: control

package info (click to toggle)
libxml-compile-cache-perl 1.06-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, forky, sid, trixie
  • size: 176 kB
  • sloc: perl: 674; makefile: 2
file content (29 lines) | stat: -rw-r--r-- 1,311 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
Source: libxml-compile-cache-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Joenio Costa <joenio@colivre.coop.br>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 10)
Build-Depends-Indep: liblog-report-perl (>= 1.26),
                     libxml-compile-perl (>= 1.60),
                     libxml-compile-tester-perl,
                     libxml-libxml-simple-perl (>= 0.95),
                     perl
Standards-Version: 4.1.3
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libxml-compile-cache-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libxml-compile-cache-perl.git
Homepage: https://metacpan.org/release/XML-Compile-Cache

Package: libxml-compile-cache-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         liblog-report-perl (>= 1.26),
         libxml-compile-perl (>= 1.60),
         libxml-libxml-simple-perl (>= 0.95)
Description: module that keeps the cache of compiled XML schemas
 XML::Compile::Cache is the smart brother of XML::Compile::Schema; it keeps
 track of your compiled readers and writers, and also helps you administer the
 parameters to handle compilation. Besides, it lets you use easy prefixes
 instead of full namespaces.