File: control

package info (click to toggle)
libxml-sax-writer-perl 0.56-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 264 kB
  • ctags: 157
  • sloc: perl: 529; makefile: 2
file content (30 lines) | stat: -rw-r--r-- 1,244 bytes parent folder | download
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
Source: libxml-sax-writer-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>,
 Antonio Radici <antonio@dyne.org>,
 Florian Schlichting <fsfs@debian.org>
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: perl,
 libxml-filter-buffertext-perl,
 libxml-namespacesupport-perl,
 libxml-sax-perl
Standards-Version: 3.9.6
Homepage: https://metacpan.org/release/XML-SAX-Writer
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libxml-sax-writer-perl.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libxml-sax-writer-perl.git
Testsuite: autopkgtest-pkg-perl

Package: libxml-sax-writer-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
 libxml-filter-buffertext-perl,
 libxml-namespacesupport-perl,
 libxml-sax-perl
Description: Perl module for a SAX2 XML writer
 XML::SAX::Writer helps to serialize SAX2 representations of XML documents to
 strings, files, and other flat representations. It handles charset encodings,
 XML escaping conventions, and so forth. It is still considered alpha,
 although it has been put to limited use in settings such as XML::LibXML and
 the AxKit XML Application Server.