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 32
|
Source: libxml-filter-sort-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Niko Tyni <ntyni@debian.org>,
gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Rules-Requires-Root: no
Priority: optional
Build-Depends: debhelper (>= 10)
Build-Depends-Indep: perl,
libxml-sax-perl,
libxml-sax-writer-perl,
libxml-sax-machines-perl
Standards-Version: 4.1.3
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libxml-filter-sort-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libxml-filter-sort-perl.git
Homepage: https://metacpan.org/release/XML-Filter-Sort
Package: libxml-filter-sort-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
libxml-sax-perl,
libxml-sax-writer-perl
Suggests: libxml-sax-machines-perl (>= 0.41-1)
Description: Perl module that implement a SAX filter for sorting XML elements
Perl SAX filter for sorting 'records' in XML documents (including
documents larger than available memory).
.
Includes also the `xmlsort' utility that can be used to sort an XML
file from the command line without writing Perl code.
|