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
|
Source: libmarkdown-render-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Andrew Ruthven <andrew@etc.gen.nz>
Section: perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libclass-accessor-perl <!nocheck>,
libconfig-tiny-perl (>= 2.28) <!nocheck>,
libfile-sharedir-install-perl,
libhttp-message-perl <!nocheck>,
libio-stringy-perl (>= 2.113) <!nocheck>,
libjson-perl <!nocheck>,
libreadonly-perl <!nocheck>,
libtext-markdown-discount-perl <!nocheck>,
libtimedate-perl <!nocheck>,
libwww-perl <!nocheck>,
perl
Standards-Version: 4.7.2
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libmarkdown-render-perl.git
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libmarkdown-render-perl
Homepage: https://metacpan.org/release/Markdown-Render
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-perl
Package: libmarkdown-render-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
libclass-accessor-perl,
libconfig-tiny-perl (>= 2.28),
libhttp-message-perl,
libio-stringy-perl (>= 2.113),
libjson-perl,
libreadonly-perl,
libtext-markdown-discount-perl,
libtimedate-perl,
libwww-perl,
Description: module to render markdown using Text::Markdown::Discount or GitHub API
Markdown::Render provides both a Perl module and a command line tool to
render markdown as HTML using either Text::Markdown::Discount or GitHub's
API. They can replace tags included in the markdown with a number of
different types of metadata.
|