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
