File: control

package info (click to toggle)
libtext-markdowntable-perl 0.3.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 124 kB
  • sloc: perl: 162; makefile: 2
file content (29 lines) | stat: -rw-r--r-- 1,260 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
Source: libtext-markdowntable-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: libio-handle-util-perl <!nocheck>,
                     libmoo-perl <!nocheck>
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libtext-markdowntable-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libtext-markdowntable-perl.git
Homepage: https://metacpan.org/release/Text-MarkdownTable
Rules-Requires-Root: no

Package: libtext-markdowntable-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libio-handle-util-perl,
         libmoo-perl
Description: module to write Markdown syntax tables from data
 Text::MarkdownTable can be used to write data in tabular form, formatted in
 MultiMarkdown syntax. The resulting format can be used for instance to
 display CSV data or to include data tables in Markdown files. Newlines and
 vertical bars in table cells are replaced by a space character and cell
 values can be truncated.