| 12
 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
 28
 29
 30
 31
 32
 
 | Source: libxml-compile-dumper-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Joenio Costa <joenio@colivre.coop.br>
Build-Depends: debhelper-compat (= 12)
Build-Depends-Indep: libdata-dump-streamer-perl,
 liblog-report-perl,
 libtest-pod-perl,
 libxml-compile-perl,
 libxml-compile-tester-perl,
 libxml-libxml-perl,
 perl
Standards-Version: 3.9.5
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libxml-compile-dumper-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libxml-compile-dumper-perl.git
Homepage: https://metacpan.org/release/XML-Compile-Dumper
Testsuite: autopkgtest-pkg-perl
Package: libxml-compile-dumper-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
 libdata-dump-streamer-perl,
 liblog-report-perl,
 libxml-compile-perl,
 libxml-compile-tester-perl,
 libxml-libxml-perl
Description: module to help saving and loading the compiled XML processors
 XML::Compile::Dumper simplifies the task of saving and loading pre-compiled
 translators. Schema's can get huge, and when you are not creating a daemon to
 do the XML communication, you may end-up compiling and interpreting these large
 schemas often, just to be able to process simple data-structures
 |