File: control

package info (click to toggle)
libspreadsheet-read-perl 0.93-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,180 kB
  • sloc: perl: 7,309; xml: 751; lisp: 293; makefile: 8
file content (62 lines) | stat: -rw-r--r-- 2,869 bytes parent folder | download
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
60
61
62
Source: libspreadsheet-read-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-compat (= 13)
Build-Depends-Indep: libdata-peek-perl (>= 0.52) <!nocheck>,
                     libencode-perl <!nocheck>,
                     libexcel-valuereader-xlsx-perl <!nocheck>,
                     libio-stringy-perl <!nocheck>,
                     libole-storage-lite-perl (>= 0.22) <!nocheck>,
                     libscalar-list-utils-perl <!nocheck>,
                     libspreadsheet-parseexcel-perl (>= 0.6600) <!nocheck>,
                     libspreadsheet-parsexlsx-perl (>= 0.36) <!nocheck>,
                     libspreadsheet-readsxc-perl (>= 0.39) <!nocheck>,
                     libtest-harness-perl <!nocheck>,
                     libtest-nowarnings-perl <!nocheck>,
                     libtest-simple-perl <!nocheck>,
                     libtext-csv-perl (>= 2.05) <!nocheck>,
                     libtext-csv-xs-perl (>= 1.60) <!nocheck>,
                     perl
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libspreadsheet-read-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libspreadsheet-read-perl.git
Homepage: https://metacpan.org/release/Spreadsheet-Read
Rules-Requires-Root: no

Package: libspreadsheet-read-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libdata-peek-perl (>= 0.52),
         libencode-perl,
         libscalar-list-utils-perl
Recommends: libio-stringy-perl,
            libole-storage-lite-perl (>= 0.22),
            libspreadsheet-parseexcel-perl (>= 0.6600),
            libspreadsheet-parsexlsx-perl (>= 0.36) | libexcel-valuereader-xlsx-perl,
            libspreadsheet-readsxc-perl (>= 0.39),
            libtext-csv-perl (>= 2.05),
            libtext-csv-xs-perl (>= 1.60)
Suggests: libtk-tablematrix-perl,
          perl-tk
Description: reader for common spreadsheet formats
 Spreadsheet::Read is a Perl module that tries to transparently read any
 spreadsheet and return its content in a universal manner independent of the
 parsing module that does the actual spreadsheet scanning.
 .
 For OpenOffice and/or LibreOffice files, this module uses
 Spreadsheet::ParseODS or Spreadsheet::ReadSXC (both in
 libspreadsheet-readsxc-perl).
 .
 For Microsoft Excel, this module uses Spreadsheet::ParseExcel
 (libspreadsheet-parseexcel-perl), or Spreadsheet::ParseXLSX
 (libspreadsheet-parsexlsx-perl) / Excel::ValueReader::XLSX
 (libexcel-valuereader-xlsx-perl)
 .
 For Comma-Separated Value (CSV) files, this module uses Text::CSV_XS
 (libtext-csv-xs-perl) or Text::CSV_PP (libtext-csv-perl).
 .
 For SquirrelCalc, there is a very simplistic built-in parser.