File: control

package info (click to toggle)
libxml-sax-writer-perl 0.52-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 200 kB
  • ctags: 154
  • sloc: perl: 1,498; makefile: 16
file content (26 lines) | stat: -rw-r--r-- 1,360 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
Source: libxml-sax-writer-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Florian Ragwitz <rafl@debian.org>,
 gregor herrmann <gregoa@debian.org>, Antonio Radici <antonio@dyne.org>
Standards-Version: 3.8.0
Homepage: http://search.cpan.org/dist/XML-SAX-Writer/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libxml-sax-writer-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libxml-sax-writer-perl/
Build-Depends: debhelper (>= 7), quilt (>= 0.40)
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
Architecture: all
Depends: ${misc: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
 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.