File: control

package info (click to toggle)
libtext-markup-perl 0.23-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 384 kB
  • sloc: perl: 702; python: 177; makefile: 2
file content (57 lines) | stat: -rw-r--r-- 1,884 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
Source: libtext-markup-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Lucas Kanashiro <kanashiro.duarte@gmail.com>,
           Axel Beckert <abe@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 10),
               libmodule-build-perl
Build-Depends-Indep: libfile-bom-perl,
                     libhtml-parser-perl,
                     libhtml-tagset-perl,
                     libparse-bbcode-perl,
                     libtext-markdown-perl,
                     libtext-mediawikiformat-perl,
                     libtext-multimarkdown-perl,
                     libtext-textile-perl,
                     libtext-trac-perl,
                     libtext-wikicreole-perl,
                     perl,
                     python
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libtext-markup-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libtext-markup-perl.git
Homepage: https://metacpan.org/release/Text-Markup

Package: libtext-markup-perl
Architecture: all
Depends: libfile-bom-perl,
         libhtml-parser-perl,
         libhtml-tagset-perl,
         libparse-bbcode-perl,
         libtext-markdown-perl,
         libtext-mediawikiformat-perl,
         libtext-multimarkdown-perl,
         libtext-textile-perl,
         libtext-trac-perl,
         libtext-wikicreole-perl,
         ${perl:Depends},
         ${misc:Depends}
Recommends: python
Description: Parse text markup into HTML
 Text::Markup provides a single interface for parsing a large number
 of text markup formats and converting them to HTML. It currently
 supports the following markups:
 .
   - Asciidoc
   - HTML
   - Markdown
   - MultiMarkdown
   - MediaWiki
   - POD
   - reStructuredText (reST)
   - Textile
   - Trac
   - BBcode
   - Creole