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
|
Source: libxml-csv-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 10)
Build-Depends-Indep: perl,
libtext-csv-xs-perl
Standards-Version: 4.1.1
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libxml-csv-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libxml-csv-perl.git
Homepage: https://metacpan.org/release/XML-CSV
Package: libxml-csv-perl
Architecture: all
Depends: ${misc: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 you to create your own Text::CSV_XS
object with defaults that fit your needs or just use defaults.
|