File: control

package info (click to toggle)
libxml-dumper-perl 0.81-1.3
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 196 kB
  • sloc: perl: 535; makefile: 48; xml: 12
file content (22 lines) | stat: -rw-r--r-- 729 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Source: libxml-dumper-perl
Section: perl
Priority: optional
Maintainer: Florian Hinzmann <fh@debian.org>
Standards-Version: 3.6.2
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: perl (>= 5.6.0-16)

Package: libxml-dumper-perl
Architecture: all
Depends: ${perl:Depends}, libxml-parser-perl (>= 2.16)
Suggests: libcompress-zlib-perl
Description: Perl module for dumping Perl objects from/to XML
 XML::Dumper dumps Perl data to a structured XML format.
 .
 XML::Dumper can also read XML data that was previously dumped
 by the module and convert it back to Perl.
 .
 .
 This might be useful for dumping Perl objects to files
 using an XML format that can be reloaded or accessed by
 other programs. Maybe even other languages.