Source: libxml-compile-perl Maintainer: Debian Perl Group Uploaders: Joenio Costa Section: perl Testsuite: autopkgtest-pkg-perl Priority: optional Build-Depends: debhelper (>= 10) Build-Depends-Indep: liblog-report-perl (>= 1.2), libjson-xs-perl, libtest-deep-perl, libtypes-serialiser-perl, libxml-compile-tester-perl, libxml-libxml-perl (>= 2.0107), perl Standards-Version: 4.2.1 Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libxml-compile-perl Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libxml-compile-perl.git Homepage: https://metacpan.org/release/XML-Compile Package: libxml-compile-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, liblog-report-perl (>= 1.2), libtypes-serialiser-perl, libxml-libxml-perl (>= 2.0107) Description: Perl module to translate between XML and Perl based on XML schemas Many (professional) applications process XML messages based on a formal specification, expressed in XML Schemas. XML::Compile translates between XML and Perl with the help of such schemas. Your Perl program only handles a tree of nested HASHes and ARRAYs, and does not need to understand namespaces and other general XML and schema nastiness.