File: control

package info (click to toggle)
libtext-markup-perl 0.23-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 392 kB
  • ctags: 85
  • sloc: perl: 703; python: 177; makefile: 2
file content (58 lines) | stat: -rw-r--r-- 2,083 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
Source: libtext-markup-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Lucas Kanashiro <kanashiro.duarte@gmail.com>,
           Axel Beckert <abe@debian.org>
Build-Depends: debhelper (>= 9),
               libmodule-build-perl
Build-Depends-Indep: libfile-bom-perl (>= 0.14),
                     libhtml-parser-perl,
                     libhtml-tagset-perl,
                     libparse-bbcode-perl (>= 0.15),
                     libtext-markdown-perl (>= 1.0.4),
                     libtext-mediawikiformat-perl (>= 1.0),
                     libtext-multimarkdown-perl (>= 1.000028),
                     libtext-textile-perl (>= 2.10),
                     libtext-trac-perl (>= 0.10),
                     libtext-wikicreole-perl (>= 0.07),
                     perl (>= 5.13.7),
                     python
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libtext-markup-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtext-markup-perl.git
Homepage: https://metacpan.org/release/Text-Markup
Testsuite: autopkgtest-pkg-perl

Package: libtext-markup-perl
Architecture: all
Depends: libfile-bom-perl (>= 0.14),
         libhtml-parser-perl,
         libhtml-tagset-perl,
         libparse-bbcode-perl (>= 0.15),
         libtext-markdown-perl (>= 1.0.4),
         libtext-mediawikiformat-perl (>= 1.0),
         libtext-multimarkdown-perl (>= 1.000028),
         libtext-textile-perl (>= 2.10),
         libtext-trac-perl (>= 0.10),
         libtext-wikicreole-perl (>= 0.07),
         perl (>= 5.13.7),
         ${misc:Depends},
         ${perl: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