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
|
Source: libtext-multimarkdown-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonathan Yu <jawnsy@cpan.org>,
gregor herrmann <gregoa@debian.org>,
Fabrizio Regalli <fabreg@fabreg.it>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: libhtml-parser-perl,
libhtml-tidy-perl,
liblist-moreutils-perl,
libtest-exception-perl,
libtext-diff-perl,
libtext-markdown-perl,
perl
Standards-Version: 3.9.5
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtext-multimarkdown-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtext-multimarkdown-perl.git
Homepage: https://metacpan.org/release/Text-MultiMarkdown
Package: libtext-multimarkdown-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
libhtml-parser-perl,
libtext-markdown-perl
Breaks: libtext-markdown-perl (<< 1.0.25-1)
Replaces: libtext-markdown-perl (<< 1.0.25-1)
Description: module to convert MultiMarkdown syntax to (X)HTML
Text::MultiMarkdown is a Perl module that extends the functionality of the
Markdown structured text format (see the libtext-markdown-perl package).
Markdown provides a simple way to translate easy-to-read and easy-to-write
structured text into (X)HTML. In turn, this module extends the functionality
by implementing the MultiMarkdown syntax extensions as described in:
<URL:http://fletcherpenney.net/multimarkdown>.
|