File: control

package info (click to toggle)
libxml-libxml-iterator-perl 1.04-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, squeeze, stretch, wheezy
  • size: 100 kB
  • ctags: 31
  • sloc: perl: 316; makefile: 2
file content (20 lines) | stat: -rw-r--r-- 916 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Source: libxml-libxml-iterator-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7), 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: 3.8.3
Homepage: http://search.cpan.org/dist/XML-LibXML-Iterator/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libxml-libxml-iterator-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libxml-libxml-iterator-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 genereated by XML::LibXML
 This class allows 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.