File: control

package info (click to toggle)
libxml-libxml-iterator-perl 1.06-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 208 kB
  • sloc: perl: 410; makefile: 2
file content (27 lines) | stat: -rw-r--r-- 1,139 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
Source: libxml-libxml-iterator-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Damyan Ivanov <dmn@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
               libmodule-build-perl,
               perl
Build-Depends-Indep: libxml-libxml-perl <!nocheck>,
                     libxml-nodefilter-perl <!nocheck>
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libxml-libxml-iterator-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libxml-libxml-iterator-perl.git
Homepage: https://metacpan.org/release/XML-LibXML-Iterator
Rules-Requires-Root: no

Package: libxml-libxml-iterator-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libxml-libxml-perl,
         libxml-nodefilter-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.