File: control

package info (click to toggle)
libxml-dom-xpath-perl 0.14-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 244 kB
  • ctags: 61
  • sloc: perl: 449; makefile: 2; xml: 1
file content (33 lines) | stat: -rw-r--r-- 1,412 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
28
29
30
31
32
33
Source: libxml-dom-xpath-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>,
           Florian Schlichting <fsfs@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: libtest-pod-coverage-perl,
                     libtest-pod-perl,
                     libxml-dom-perl,
                     libxml-xpathengine-perl,
                     perl
Standards-Version: 4.0.0
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libxml-dom-xpath-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libxml-dom-xpath-perl.git
Homepage: https://metacpan.org/release/XML-DOM-XPath

Package: libxml-dom-xpath-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libxml-dom-perl,
         libxml-xpathengine-perl
Description: adds XPath support to XML::DOM, using XML::XPathEngine
 XML::DOM::XPath allows you to use XML::XPath methods to query a DOM.
 This is often much easier than relying only on getElementsByTagName.
 It lets you use all of the XML::DOM methods.
 .
 In truth this should only be used if you have existing code using XML::DOM.
 If you start a new project and you can install XML::LibXML (and libxml2 on
 which it is based) then you will get a DOM, XPath support and a lot more
 power and speed.