1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
Source: libxml-structured-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Mike Gabriel <sunweaver@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
libxml-parser-perl <!nocheck>,
perl-xs-dev,
perl:native
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libxml-structured-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libxml-structured-perl.git
Homepage: https://github.com/openSUSE/perl-XML-Structured
Rules-Requires-Root: no
Package: libxml-structured-perl
Architecture: any
Depends: ${misc:Depends},
${perl:Depends},
libxml-parser-perl
Description: module to convert XML data into a predefined Perl data structure and back
The XML::Structured module provides a way to convert XML data into a
predefined Perl data structure and back to XML. Unlike with modules like
XML::Simple it is an error if the XML data does not match the provided
skeleton (the "dtd"). Another advantage is that the order of the attributes
and elements is taken from the dtd when converting back to XML.
|