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
|
Source: libxml-hash-lx-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Lucas Kanashiro <kanashiro.duarte@gmail.com>
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: liblib-abs-perl,
libtest-distribution-perl,
libxml-libxml-perl,
perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libxml-hash-lx-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libxml-hash-lxperl.git
Homepage: https://metacpan.org/release/XML-Hash-LX
Testsuite: autopkgtest-pkg-perl
Package: libxml-hash-lx-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
libxml-libxml-perl
Description: module to convert hash to xml and vice versa using LibXML
XML::Hash::LX is a companion for XML::LibXML. It operates with LibXML
objects, can return or accept LibXML objects, and may be used for easy data
transformations.
.
It is faster in parsing than XML::Simple, XML::Hash, XML::Twig, and of
course much slower than XML::Bare.
.
It is faster in composing than XML::Hash, but slower than XML::Simple.
|