File: control

package info (click to toggle)
libxml-xpath-perl 1.13-7
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, squeeze, wheezy
  • size: 448 kB
  • ctags: 448
  • sloc: perl: 3,969; xml: 34; makefile: 2
file content (22 lines) | stat: -rw-r--r-- 973 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
Source: libxml-xpath-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jay Bonci <jaybonci@debian.org>,
 David Paleino <d.paleino@gmail.com>,
 Ansgar Burchardt <ansgar@43-1.org>
Standards-Version: 3.8.3
Homepage: http://search.cpan.org/dist/XML-XPath/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libxml-xpath-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libxml-xpath-perl/
Build-Depends: debhelper (>= 7.0.50~), quilt (>= 0.46-7)
Build-Depends-Indep: perl, libxml-parser-perl

Package: libxml-xpath-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}, 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.