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-libxslt-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>,
Damyan Ivanov <dmn@debian.org>,
Florian Schlichting <fsfs@debian.org>,
Nick Morrott <knowledgejunkie@gmail.com>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9.20120312),
libxml-libxml-perl,
libxslt1-dev (>= 1.1.28),
perl,
pkg-config
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libxml-libxslt-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libxml-libxslt-perl.git
Homepage: https://metacpan.org/release/XML-LibXSLT
Package: libxml-libxslt-perl
Architecture: any
Depends: ${misc:Depends},
${perl:Depends},
${shlibs:Depends},
libxml-libxml-perl
Description: Perl interface to the GNOME libxslt library
XML::LibXSLT is an XSLT Perl module, based on the GNOME libxslt library,
which is a fast and XSLT 1.0 compliant XSLT engine.
.
XSLT is an XML-based language used for XML transformations. For more
information see http://www.w3.org/TR/xslt.
|