File: control

package info (click to toggle)
libxml-dt-perl 0.3-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, sarge
  • size: 296 kB
  • ctags: 42
  • sloc: perl: 914; xml: 424; makefile: 64
file content (18 lines) | stat: -rw-r--r-- 705 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Source: libxml-dt-perl
Section: perl
Priority: optional
Build-Depends-Indep: perl (>= 5.8.0-7), debhelper (>= 4.0.2)
Maintainer: Itamar Almeida de Carvalho <itamar@oktiva.com.br>
Standards-Version: 3.6.1

Package: libxml-dt-perl
Architecture: all
Depends: ${perl:Depends}, libxml-libxml-perl, libwww-perl
Description: Down translation of XML files
 This module provides a way to manipulate in various ways a XML
 document. Including: changing the contents, transforming to 
 another document, generating statistics, generating info about
 the XML document to generate another document (i.e. creating a
 table of contents for a HTML file).
 .
 Upstream URL: http://natura.di.uminho.pt/~jj/perl/XML/DT.html