Source: libxml-dumper-perl
Section: perl
Priority: optional
Maintainer: OpenKylin Developers <packaging@lists.openkylin.top>
Build-Depends: debhelper (>=11~)
Build-Depends-Indep: perl (>= 5.6.0-16), libxml-parser-perl
Standards-Version: 3.6.2
Homepage: https://metacpan.org/release/XML-Dumper
Vcs-Browser: https://gitee.com/openkylin/libxml-dumper-perl
Vcs-Git: https://gitee.com/openkylin/libxml-dumper-perl.git

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