1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Source: libxml-csv-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jay Bonci <jaybonci@debian.org>,
gregor herrmann <gregoa@debian.org>
Standards-Version: 3.8.0
Homepage: http://search.cpan.org/dist/XML-CSV/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libxml-csv-perl/
Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-csv-perl/
Build-Depends: debhelper (>= 5)
Build-Depends-Indep: perl, libtext-csv-xs-perl
Package: libxml-csv-perl
Section: perl
Priority: optional
Architecture: all
Depends: ${perl:Depends}, libtext-csv-xs-perl
Description: Perl module for transforming CSV documents into XML
This module provides functions to easily transform CSV documents into
XML. The module uses Text::CSV_XS to parse csv files and put into
perl data structure. The perl data structure is then written into
xml data structure. XML::CSV allows to create your own Text::CSV_XS
object with defaults that fit your needs or just use defaults.
|