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
|
Source: libtext-markdown-discount-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: intrigeri <intrigeri@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
libmarkdown2-dev (>= 2.2.7),
libmodule-build-perl,
perl-xs-dev,
perl:native,
pkgconf
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libtext-markdown-discount-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libtext-markdown-discount-perl.git
Homepage: https://metacpan.org/release/Text-Markdown-Discount
Rules-Requires-Root: no
Package: libtext-markdown-discount-perl
Architecture: any
Depends: ${misc:Depends},
${perl:Depends},
${shlibs:Depends}
Description: Perl interface to Discount, an implementation of Markdown
Text::Markdown::Discount is a Perl module that implements the bindings to
discount, an implementation of John Gruber's Markdown markup language.
.
Given the performance of Discount, Text::Markdown::Discount processes markdown
formatted text quickly and passes the Markdown 1.0 test suite.
|