Source: libxml-spice-perl Maintainer: Debian Perl Group Uploaders: Edmund Lodewijks Section: perl Testsuite: autopkgtest-pkg-perl Build-Depends: debhelper-compat (= 14), dh-sequence-single-binary Build-Depends-Indep: libtest-simple-perl , libtest-xml-perl , libxml-tidy-tiny-perl , perl Standards-Version: 4.7.4 Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libxml-spice-perl Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libxml-spice-perl.git Homepage: https://metacpan.org/release/XML-Spice Package: libxml-spice-perl Architecture: all Depends: ${perl:Depends}, libxml-tidy-tiny-perl Description: XML generation using Perl function calls XML::Spice builds XML documents from nested Perl function calls rather than string concatenation or a DOM. Each call names an element, with a hash reference for attributes and further calls or strings for content, so the structure of the document is the structure of the code. . Because elements are ordinary function calls, mismatched tags become syntax errors, and the generated document is assembled lazily and stringified only when used.