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
|
Source: libxml-libxslt-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Florian Ragwitz <rafl@debian.org>,
gregor herrmann <gregoa@debian.org>, Damyan Ivanov <dmn@debian.org>
Standards-Version: 3.8.0
Homepage: http://search.cpan.org/dist/XML-LibXSLT/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libxml-libxslt-perl/
Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-libxslt-perl/
Build-Depends: debhelper (>= 5), perl (>= 5.8.1),
libxml-libxml-perl (>= 1.66), libxslt1-dev (>= 1.1.8), pkg-config, quilt
Package: libxml-libxslt-perl
Section: perl
Priority: optional
Architecture: any
Depends: ${perl:Depends}, libxml-libxml-perl (>= 1.66), ${shlibs:Depends}
Description: Perl module for using the GNOME libxslt library
This module is a fast XSLT library, based on the Gnome libxslt engine.
.
Performance is currently about twice that of XML::Sablotron (based on
XSLTMark tests converted to Perl).
.
The libxslt processor is also highly standards compliant, with
practically all of XSLT 1.0 being supported in version 0.9 of
libxslt.
|