File: control

package info (click to toggle)
libxml-xslt-perl 0.48-4
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 1,488 kB
  • ctags: 223
  • sloc: xml: 10,773; perl: 3,134; makefile: 12
file content (31 lines) | stat: -rw-r--r-- 1,171 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
31
Source: libxml-xslt-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jay Bonci <jaybonci@debian.org>,
           Ansgar Burchardt <ansgar@debian.org>,
           Xavier Guimard <x.guimard@free.fr>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: libhtml-clean-perl,
                     liburi-perl,
                     libwww-perl,
                     libxml-dom-perl,
                     perl
Standards-Version: 3.9.4
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libxml-xslt-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/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.