File: control

package info (click to toggle)
libtree-xpathengine-perl 0.05-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 296 kB
  • sloc: perl: 2,535; makefile: 2
file content (23 lines) | stat: -rw-r--r-- 939 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
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-compat (= 13)
Build-Depends-Indep: perl
Standards-Version: 3.9.6
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libtree-xpathengine-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/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}
Multi-Arch: foreign
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.