File: control

package info (click to toggle)
libxml-simple-perl 2.20-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 440 kB
  • ctags: 47
  • sloc: perl: 1,121; xml: 47; makefile: 2
file content (28 lines) | stat: -rw-r--r-- 1,355 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
Source: libxml-simple-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ansgar Burchardt <ansgar@debian.org>,
 Nathan Handler <nhandler@ubuntu.com>
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: perl, libxml-namespacesupport-perl (>= 1.04),
 libxml-sax-perl, libxml-libxml-perl | libxml-sax-expat-perl,
 libtie-ixhash-perl, libxml-parser-perl
Standards-Version: 3.9.3
Vcs-Git: git://git.debian.org/pkg-perl/packages/libxml-simple-perl.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libxml-simple-perl.git
Homepage: http://search.cpan.org/dist/XML-Simple/

Package: libxml-simple-perl
Architecture: all
Depends: ${perl:Depends}, libxml-namespacesupport-perl (>= 1.04),
 libxml-sax-perl, libxml-libxml-perl | libxml-sax-expat-perl, ${misc:Depends}
Description: Perl module for reading and writing XML
 The XML::Simple module provides a simple API layer on top of an underlying
 XML parsing module to maintain XML files (especially configuration
 files).  Two functions are exported: XMLin() and XMLout().
 .
 The simplest approach is to call these two functions directly, but an
 optional object oriented interface allows them to be called as
 methods of an XML::Simple object.  The object interface can also be
 used at either end of a SAX pipeline.