File: control

package info (click to toggle)
libxml-simpleobject-perl 0.53-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, squeeze, stretch, wheezy
  • size: 148 kB
  • ctags: 23
  • sloc: perl: 383; makefile: 2
file content (49 lines) | stat: -rw-r--r-- 2,349 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
Source: libxml-simpleobject-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ansgar Burchardt <ansgar@43-1.org>
Build-Depends: debhelper (>= 7.0.50~), quilt (>= 0.46-7)
Build-Depends-Indep: perl, libxml-parser-perl, libxml-libxml-perl
Standards-Version: 3.8.3
Homepage: http://search.cpan.org/dist/XML-SimpleObject/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libxml-simpleobject-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libxml-simpleobject-perl/

Package: libxml-simpleobject-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}, libxml-parser-perl
Suggests: libxml-simpleobject-enhanced-perl
Description: Objectoriented Perl interface to a parsed XML::Parser tree
 XML::SimpleObject is a short and simple class allowing simple object
 access to a parsed XML::Parser tree, with methods for fetching children
 and attributes in as clean a manner as possible.
 .
 This is a small and quick module, with easy and compact usage. See
 XML::SimpleObject::LibXML for the same interface for XML::LibXML.

Package: libxml-simpleobject-enhanced-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}, libxml-simpleobject-perl
Description: Perl module which enhances libxml-simpleobject-perl
 XML::SimpleObject is a short and simple class allowing simple object
 access to a parsed XML::Parser tree, with methods for fetching children
 and attributes in as clean a manner as possible.
 .
 This is a small and quick module, with easy and compact usage. See
 XML::SimpleObject::LibXML for the same interface for XML::LibXML.
 .
 This package enhances the functionality of XML::SimpleObject.

Package: libxml-simpleobject-libxml-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}, libxml-libxml-perl
Description: Simple oo representation of an XML::LibXML DOM object
 XML::SimpleObject is a short and simple class allowing simple object
 access to a parsed XML::Parser tree, with methods for fetching children
 and attributes in as clean a manner as possible.
 .
 This is a small and quick module, with easy and compact usage. Some
 will rightfully question placing another interface over the DOM methods
 provided by XML::LibXML, but others appreciate the total simplicity
 provided by this module, despite its limitations.