File: control

package info (click to toggle)
libxml-generator-perldata-perl 0.95-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 240 kB
  • sloc: perl: 757; makefile: 2
file content (33 lines) | stat: -rw-r--r-- 1,375 bytes parent folder | download | duplicates (2)
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
28
29
30
31
32
33
Source: libxml-generator-perldata-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Nick Morrott <knowledgejunkie@gmail.com>
Build-Depends:
 debhelper (>= 11),
 libxml-sax-base-perl,
 perl,
Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libxml-generator-perldata-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libxml-generator-perldata-perl.git
Homepage: https://metacpan.org/release/XML-Generator-PerlData
Testsuite: autopkgtest-pkg-perl

Package: libxml-generator-perldata-perl
Architecture: all
Depends:
 libxml-sax-base-perl,
 ${misc:Depends},
 ${perl:Depends},
Description: module for generating SAX2 events from nested Perl data structures
 XML::Generator::PerlData provides a simple way to generate SAX2 events from
 nested Perl data structures, while providing finer-grained control over the
 resulting document streams.
 .
 Processing comes in two flavours: Simple Style and Stream Style:
 .
 In a nutshell, 'simple style' is best used for those cases where you have a
 single Perl data structure that you want to convert to XML as quickly and
 painlessly as possible. 'Stream style' is more useful for cases where you are
 receiving chunks of data (like from a DBI handle) and you want to process
 those chunks as they appear.