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

Changelog

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

  * Import upstream version 0.036.
  * Update years of upstream and packaging copyright.
  * Declare compliance with Debian Policy 4.6.2.
  * Comment out test-suite in debian/tests/pkg-perl/smoke-files.
    The directory is not included in this release.

 -- gregor herrmann <email address hidden>  Sun, 11 Jun 2023 02:21:54 +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
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libyaml-pp-perl_0.036-1.dsc 2.5 KiB 759d13a2e38d4446ce221c749821e63eb97c8456df6f1504174c1c251e3f164c
libyaml-pp-perl_0.036.orig.tar.gz 130.4 KiB c8b4e50584adf92ef7573f6bb01d6ed58e6217632c57427b7274cfa7ca46fc1b
libyaml-pp-perl_0.036-1.debian.tar.xz 3.2 KiB 0ab362219df4419a4bcd61df0fde8bc8e2926baaf02605c895c9bad63cab9416

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.