libcommonmark-perl 0.290000-2build3 source package in Ubuntu

Changelog

libcommonmark-perl (0.290000-2build3) lunar; urgency=medium

  * Rebuild against new perlapi-5.36.

 -- Gianfranco Costamagna <email address hidden>  Fri, 04 Nov 2022 16:27:42 +0100

Upload details

Uploaded by:
Gianfranco Costamagna
Uploaded to:
Lunar
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

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

Downloads

File Size SHA-256 Checksum
libcommonmark-perl_0.290000.orig.tar.gz 25.7 KiB a501b4c3ef6ca89f8703f9ed0b2dc0da878281f2b1277a7ec92902e088c2eadd
libcommonmark-perl_0.290000-2build3.debian.tar.xz 2.0 KiB f58042cd20207b4962a94ef214be348a980a0fc09e652e406d4052ab4d7d6d4b
libcommonmark-perl_0.290000-2build3.dsc 2.2 KiB 2e1472a82a9355e6d2fbd1157b9d0826f0bbc0d7e60e057827ebb828f207632d

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