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

Changelog

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

  * Import upstream version 0.035.

 -- gregor herrmann <email address hidden>  Tue, 04 Oct 2022 20:05:50 +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
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libyaml-pp-perl_0.035-1.dsc 2.5 KiB 9581f3333db07cfe498e60f5c0b44eb37e8136994dacd4d51630701bf0d717d9
libyaml-pp-perl_0.035.orig.tar.gz 208.1 KiB 893368b89dfe23cd1ee5c848ee73f2e9c5388814dcfb9a353e2b10ac185b673d
libyaml-pp-perl_0.035-1.debian.tar.xz 3.1 KiB 9bb1d681d944ff32b34d97a7eaacf9199962d69016d4c6adfbfecb33cc7b3b8e

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.