File: control

package info (click to toggle)
libxml-libxml-iterator-perl 1.04-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 152 kB
  • sloc: perl: 316; makefile: 2
file content (21 lines) | stat: -rw-r--r-- 988 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
Source: libxml-libxml-iterator-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 11), perl
Build-Depends-Indep: libxml-libxml-perl, libxml-nodefilter-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Damyan Ivanov <dmn@debian.org>
Standards-Version: 4.1.5
Homepage: https://metacpan.org/release/XML-LibXML-Iterator
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libxml-libxml-iterator-perl.git
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libxml-libxml-iterator-perl
Testsuite: autopkgtest-pkg-perl

Package: libxml-libxml-iterator-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}, libxml-nodefilter-perl,
 libxml-libxml-perl
Description: Iterator for XML parse-trees generated by XML::LibXML
 XML::LibXML::Iterator allows one to iterate through a DOM as it is done
 through an ordinary array, i.e. it implements the iterator part of the DOM
 Traversal and Range specification.