libyaml-pp-perl 0.38.0-1 source package in Ubuntu

Changelog

libyaml-pp-perl (0.38.0-1) unstable; urgency=medium

  * Import upstream version 0.38.0.
  * Update years of upstream and packaging copyright.

 -- gregor herrmann <email address hidden>  Sun, 04 Feb 2024 03:20:54 +0100

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
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libyaml-pp-perl_0.38.0-1.dsc 2.5 KiB 586fefd1a438d6fb96e72c4a3c8796d0ab455f2d1038c4dc00c65f302f040d04
libyaml-pp-perl_0.38.0.orig.tar.gz 209.5 KiB a819465c52f6a341049a3942742c08e04f2894b2a66482e43a7f407ce10b4ea0
libyaml-pp-perl_0.38.0-1.debian.tar.xz 3.3 KiB c5cccc5fff82b1fe5dc20dcb36e6e90f01d65787bb47255c2bb3c40e76dfc834

Available diffs

No changes file available.

Binary packages built by this source

libyaml-pp-perl: pure-perl YAML framework

 YAML::PP is a modern, modular YAML processor.
 .
 It aims to support YAML 1.2 and YAML 1.1.
 .
 YAML is a serialization language. The YAML input is called "YAML Stream". A
 stream consists of one or more "Documents", separated by a line with a
 document start marker '---'. A document optionally ends with the document end
 marker '...'.
 .
 This allows one to process of continuous streams additionally to a fixed
 input file or string.
 .
 The YAML::PP frontend will currently load all documents, and return only the
 last if called with scalar context.
 .
 The YAML backend is implemented in a modular way that allows one to add
 custom handling of YAML tags, perl objects and data types. The inner API is
 not yet stable.