1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
Source: libtree-xpathengine-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: matanya moses <matanya@foss.co.il>
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libtree-xpathengine-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtree-xpathengine-perl.git
Homepage: https://metacpan.org/release/Tree-XPathEngine
Testsuite: autopkgtest-pkg-perl
Package: libtree-xpathengine-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}
Description: re-usable XPath engine
Tree::XPathEngine provides an XPath engine, that can be re-used by other
module/classes that implement trees.
.
It is designed to be compatible with Class::XPath, ie it passes its tests if
you replace Class::XPath by Tree::XPathEngine.
|