File: control

package info (click to toggle)
libxml-xpath-perl 1.11-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 416 kB
  • ctags: 450
  • sloc: perl: 4,000; xml: 34; makefile: 33
file content (17 lines) | stat: -rw-r--r-- 627 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Source: libxml-xpath-perl
Section: interpreters
Priority: optional
Maintainer: Ardo van Rangelrooij <ardo@debian.org>
Standards-Version: 3.5.6
Build-Depends-Indep: debhelper (>= 3.0.18), perl, libxml-parser-perl

Package: libxml-xpath-perl
Section: interpreters
Priority: optional
Architecture: all
Depends: ${perl:Depends}, libxml-parser-perl
Description: Perl module for processing XPath
 This 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.