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
|
Source: libxml-mini-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8~)
Build-Depends-Indep: perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Raphaƫl Hertzog <hertzog@debian.org>,
gregor herrmann <gregoa@debian.org>
Standards-Version: 3.9.5
Homepage: http://minixml.sourceforge.net/
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libxml-mini-perl.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libxml-mini-perl.git
Package: libxml-mini-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}
Description: Perl implementation of the MiniXML XML generator and parser
XML::Mini is a set of Perl classes that allow you to access
XML data and create valid XML output with a tree-based hierarchy of
elements.
.
It provides an easy, object-oriented interface for manipulating XML
documents and their elements. It is currently being used to send
requests and understand responses from remote servers in Perl
applications.
.
XML::Mini does not require any external libraries or modules and is pure Perl.
|