Source: libxml-mini-perl Section: perl Priority: optional Build-Depends: debhelper (>= 8~) Build-Depends-Indep: perl Maintainer: Debian Perl Group Uploaders: Raphaƫl Hertzog , gregor herrmann 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.