1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
Source: libxml-sax-writer-perl
Section: perl
Priority: optional
Maintainer: Florian Ragwitz <rafl@debian.org>
Standards-Version: 3.7.2
Build-Depends: debhelper (>= 4.1), dpatch
Build-Depends-Indep: perl (>= 5.8.2), perl-modules (>= 5.8.0-7), libtext-iconv-perl (>= 1.2), libxml-filter-buffertext-perl (>= 0.01), libxml-namespacesupport-perl (>= 0.03), libxml-sax-perl (>= 0.10)
Package: libxml-sax-writer-perl
Section: perl
Priority: optional
Architecture: all
Depends: ${perl:Depends}, libtext-iconv-perl (>= 1.2), libxml-filter-buffertext-perl (>= 0.01), libxml-namespacesupport-perl (>= 0.03), libxml-sax-perl (>= 0.10)
Description: Perl module for a SAX2 XML writer
This module helps 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.
|