File: control

package info (click to toggle)
libxml-xslt-perl 0.48-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, forky, sid, trixie
  • size: 1,596 kB
  • sloc: xml: 10,773; perl: 3,134; makefile: 12
file content (30 lines) | stat: -rw-r--r-- 1,161 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
Source: libxml-xslt-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ansgar Burchardt <ansgar@debian.org>,
           Xavier Guimard <x.guimard@free.fr>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 10)
Build-Depends-Indep: libhtml-clean-perl,
                     liburi-perl,
                     libwww-perl,
                     libxml-dom-perl,
                     perl
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libxml-xslt-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libxml-xslt-perl.git
Homepage: https://metacpan.org/release/XML-XSLT

Package: libxml-xslt-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libhtml-clean-perl,
         liburi-perl,
         libwww-perl,
         libxml-dom-perl
Description: Perl module for processing XSLT
 The XML::XSLT module parses XSL Transformational sheets.  For a description
 of the XSLT, see http://www.w3.org/TR/xslt.  Currently, it uses XML::Parser
 and XML::DOM, but an effort is being made to use XML::XPath.