File: control

package info (click to toggle)
libpod-markdown-perl 3.400000-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 456 kB
  • sloc: perl: 1,010; makefile: 2
file content (37 lines) | stat: -rw-r--r-- 1,772 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
Source: libpod-markdown-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Florian Schlichting <fsfs@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libany-uri-escape-perl <!nocheck>,
                     libhtml-parser-perl <!nocheck>,
                     libio-stringy-perl <!nocheck>,
                     libtest-differences-perl <!nocheck>,
                     libtest-minimumversion-perl <!nocheck>,
                     libtest-portability-files-perl <!nocheck>,
                     perl
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libpod-markdown-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libpod-markdown-perl.git
Homepage: https://metacpan.org/release/Pod-Markdown
Rules-Requires-Root: no

Package: libpod-markdown-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libany-uri-escape-perl
Recommends: libhtml-parser-perl
Description: module to convert POD to the Markdown file format
 Pod::Markdown is a Perl module that parses Plain Old Documentation (POD) and
 converts it into the Markdown text format. It subclasses Pod::Parser, so it
 supports all of its commands, too.
 .
 Markdown is a markup language to convert structured text into (X)HTML. Its
 main design goal is to make the input text as readable as possible. For this,
 the syntax is highly inspired by the format of plain text email. Markdown
 supports features like headers, *emphasis*, code blocks, blockquotes and
 links. For maximum flexibility, it also allows embedding HTML tags, both
 within paragraphs (eg. <span>), and at block level (<div>, <table>).