libcommonmark-perl 0.290000-2build4 source package in Ubuntu

Changelog

libcommonmark-perl (0.290000-2build4) noble; urgency=medium

  * No-change rebuild for the perl update.

 -- Matthias Klose <email address hidden>  Wed, 10 Jan 2024 14:06:14 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Noble
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libcommonmark-perl_0.290000.orig.tar.gz 25.7 KiB a501b4c3ef6ca89f8703f9ed0b2dc0da878281f2b1277a7ec92902e088c2eadd
libcommonmark-perl_0.290000-2build4.debian.tar.xz 2.0 KiB 27689b5994cb6da2581f45a5eff0096883b293152d7673abe2bd0c516751c5fd
libcommonmark-perl_0.290000-2build4.dsc 2.2 KiB f871e06b0057fa581c17cbdf4a4040d4199fcaebb60ffa6b636a92d420487584

View changes file

Binary packages built by this source

libcommonmark-perl: interface to the CommonMark C library

 The CommonMark module is a wrapper around the official CommonMark C
 library libcmark. It closely follows the original API.
 .
 The main module provides some entry points to parse documents and
 convenience functions for node creation. The bulk of features is
 available through CommonMark::Node objects of which the parse tree is
 made. CommonMark::Iterator is a useful class to walk through the nodes
 in a tree. CommonMark::Parser provides a push parser interface.

libcommonmark-perl-dbgsym: debug symbols for libcommonmark-perl