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 50 51 52 53 54 55 56 57 58 59
|
Source: libxml-simpleobject-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ansgar Burchardt <ansgar@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Rules-Requires-Root: no
Priority: optional
Build-Depends: debhelper-compat (= 12)
Build-Depends-Indep: perl,
libxml-parser-perl,
libxml-libxml-perl
Standards-Version: 4.1.3
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libxml-simpleobject-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libxml-simpleobject-perl.git
Homepage: https://metacpan.org/release/XML-SimpleObject
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.
|