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 59 60 61 62 63 64 65 66 67 68 69
|
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-compat (= 13),
libmodule-build-perl
Build-Depends-Indep: asciidoc <!nocheck>,
asciidoctor <!nocheck>,
libcommonmark-perl <!nocheck>,
libfile-bom-perl <!nocheck>,
libhtml-parser-perl <!nocheck>,
libhtml-tagset-perl <!nocheck>,
libparse-bbcode-perl <!nocheck>,
libpod-simple-perl <!nocheck>,
libtest-simple-perl <!nocheck>,
libtext-markdown-perl <!nocheck>,
libtext-mediawikiformat-perl <!nocheck>,
libtext-multimarkdown-perl <!nocheck>,
libtext-textile-perl <!nocheck>,
libtext-trac-perl <!nocheck>,
libtext-wikicreole-perl <!nocheck>,
perl,
python3 <!nocheck>,
python3-docutils <!nocheck>
Standards-Version: 4.6.2
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
Rules-Requires-Root: no
Package: libtext-markup-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
libcommonmark-perl,
libfile-bom-perl,
libhtml-parser-perl,
libhtml-tagset-perl,
libparse-bbcode-perl,
libpod-simple-perl,
libtext-markdown-perl,
libtext-mediawikiformat-perl,
libtext-multimarkdown-perl,
libtext-textile-perl,
libtext-trac-perl,
libtext-wikicreole-perl
Recommends: python3,
python3-docutils
Suggests: asciidoc,
asciidoctor
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
|