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
|
Source: libxml-xpath-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ansgar Burchardt <ansgar@debian.org>,
Nick Morrott <knowledgejunkie@gmail.com>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libpath-tiny-perl <!nocheck>,
libscalar-list-utils-perl <!nocheck>,
libxml-parser-perl <!nocheck>,
perl
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libxml-xpath-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libxml-xpath-perl.git
Homepage: https://metacpan.org/release/XML-XPath
Rules-Requires-Root: no
Package: libxml-xpath-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
libscalar-list-utils-perl,
libxml-parser-perl
Description: Perl module for processing XPath
The XML::XPath module implements the W3C's XPath specification. It aims to
be completely correct to the letter of the spec, and yet still allow
extensions through the use of functions and variables, such as are
provided by XSLT and XPointer.
.
Besides the Perl modules it also provides a command line tool named
"xpath" to query XPath statements in XML documents.
|