File: control

package info (click to toggle)
libcatmandu-exporter-table-perl 0.3.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 124 kB
  • sloc: perl: 71; makefile: 2
file content (43 lines) | stat: -rw-r--r-- 1,744 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
Source: libcatmandu-exporter-table-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Mason James <mtj@kohaaloha.com>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
               libmodule-build-tiny-perl,
               perl
Build-Depends-Indep: libcatmandu-perl <!nocheck>,
                     libio-handle-util-perl <!nocheck>,
                     libjson-xs-perl <!nocheck>,
                     libtext-markdowntable-perl <!nocheck>
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libcatmandu-exporter-table-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libcatmandu-exporter-table-perl.git
Homepage: https://metacpan.org/release/Catmandu-Exporter-Table
Rules-Requires-Root: no

Package: libcatmandu-exporter-table-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libcatmandu-perl,
         libio-handle-util-perl,
         libjson-xs-perl,
         libtext-markdowntable-perl
Description: Catmandu modules for exporting data in tabular MultiMarkdown format
 Catmandu::Exporter::Table provides modules for exporting data in tabular
 MultiMarkdown format.
 .
 The output can be used for simple display, for instance to preview Excel
 files on the command line. Use Pandoc to further convert to other table
 formats, e.g. LaTeX, html5, mediawiki:
 .
  catmandu convert XLS to Table < sheet.xls | pandoc -t html5
 .
 See also:
  http://johnmacfarlane.net/pandoc
  https://metacpan.org/pod/Text::MarkdownTable
 .
 Catmandu provides a suite of Perl modules to ease the import, storage,
 retrieval, export and transformation of metadata records.