libmarkdent-perl 0.40-1 source package in Ubuntu

Changelog

libmarkdent-perl (0.40-1) unstable; urgency=medium

  [ upstream ]
  * new release

  [ Debian Janitor ]
  * relax to (build-)depend unversioned
    on libmoose-perl and libtest-simple-perl

  [ Jonas Smedegaard ]
  * declare compliance with Debian Policy 4.6.0

 -- Jonas Smedegaard <email address hidden>  Tue, 31 Aug 2021 16:29:21 +0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libmarkdent-perl_0.40-1.dsc 2.6 KiB 7bf2eb8d4bcd6397ddb3fbcd47559d5b3805669efbcbe6f684c8cec5b28db2d0
libmarkdent-perl_0.40.orig.tar.gz 125.0 KiB 9e503a2626a4c610d76fbf38871c5f496b166e29c34d8d88d2a27e15c63861bd
libmarkdent-perl_0.40-1.debian.tar.xz 4.8 KiB 62cedc97f09a03571eb00c7aa4e5762e8b73e6787428e7668461c89bd9c900a9

Available diffs

No changes file available.

Binary packages built by this source

libmarkdent-perl: event-based Markdown parser toolkit

 Markdent provides a toolkit for parsing Markdown
 (and Markdown variants, aka dialects).
 Unlike the other Markdown Perl tools,
 this module can be used for more than just generating HTML.
 The core parser generates events (like XML's SAX),
 making it easy to analyze a Markdown document in any number of ways.
 .
 If you're only interested in converting Markdown to HTML,
 you can use the Markdent::Simple::Document class to do this,
 although you can just as well use better battle-tested tools
 like Text::Markdown.
 .
 Markdown is a lightweight markup language
 with plain text formatting syntax.
 Its design allows it to be converted to many output formats,
 but the original tool by the same name only supports HTML.

markdent: event-based Markdown parser toolkit - command-line tool

 Markdent provides a toolkit for parsing Markdown
 (and Markdown variants, aka dialects).
 Unlike the other Markdown Perl tools,
 this module can be used for more than just generating HTML.
 The core parser generates events (like XML's SAX),
 making it easy to analyze a Markdown document in any number of ways.
 .
 If you're only interested in converting Markdown to HTML,
 you can use the Markdent::Simple::Document class to do this,
 although you can just as well use better battle-tested tools
 like Text::Markdown.
 .
 Markdown is a lightweight markup language
 with plain text formatting syntax.
 Its design allows it to be converted to many output formats,
 but the original tool by the same name only supports HTML.
 .
 This package provides the command-line tool markdent-html,
 including Perl module Markdent::CLI.