File: control

package info (click to toggle)
libxml-treepuller-perl 0.1.2-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 228 kB
  • sloc: perl: 519; xml: 31; makefile: 2
file content (28 lines) | stat: -rw-r--r-- 1,127 bytes parent folder | download | duplicates (2)
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
Source: libxml-treepuller-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Nick Morrott <knowledgejunkie@gmail.com>
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: perl,
 libtree-xpathengine-perl,
 libxml-compacttree-perl,
 libxml-libxml-perl
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libxml-treepuller-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libxml-treepuller-perl.git
Homepage: https://metacpan.org/release/XML-TreePuller
Testsuite: autopkgtest-pkg-perl

Package: libxml-treepuller-perl
Architecture: all
Depends: ${misc:Depends},
 ${perl:Depends},
 libtree-xpathengine-perl,
 libxml-compacttree-perl,
 libxml-libxml-perl
Description: pull interface to work with XML document fragments
 XML::TreePuller implements a tree-oriented XML pull processor using a
 combination of XML::LibXML::Reader and an object-oriented interface around
 the output of XML::CompactTree. It provides a fast and convenient way to
 access the content of extremely large XML documents serially.