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
|
Source: libcatmandu-xml-perl
Section: perl
Priority: optional
Build-Depends: cdbs,
perl,
libmodule-build-tiny-perl,
debhelper,
dh-buildinfo,
libcatmandu-perl,
libxml-libxslt-perl,
libxml-struct-perl (>= 0.26)
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr@jones.dk>,
Standards-Version: 4.1.1
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libcatmandu-xml-perl.git
Vcs-Browser: https://anonscm.debian.org/git/pkg-perl/packages/libcatmandu-xml-perl.git
Homepage: https://github.com/LibreCat/Catmandu-XML
Package: libcatmandu-xml-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}, ${cdbs:Depends}
Enhances: ${cdbs:Enhances}
Description: modules for handling XML data within the Catmandu framework
Catmandu provides a suite of Perl modules to ease the import, storage,
retrieval, export and transformation of metadata records.
.
Catmandu::XML contains modules for handling XML data within the
Catmandu framework. Parsing and serializing is based on XML::LibXML
with XML::Struct. XSLT transformation is based on XML::LibXSLT.
|