libyaml-pp-perl 0.38.0-ok1 source package in openKylin

Changelog

libyaml-pp-perl (0.38.0-ok1) nile; urgency=medium

  * Build for openKylin.

 -- openKylinBot <email address hidden>  Tue, 07 May 2024 09:46:07 +0800

Upload details

Uploaded by:
openKylinBot
Sponsored by:
Cibot
Uploaded to:
Nile V2.0
Original maintainer:
Openkylin Developers
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Nile V2.0 release main perl
Nile V2.0 proposed main perl

Builds

Nile V2.0: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libyaml-pp-perl_0.38.0.orig.tar.gz 209.5 KiB a819465c52f6a341049a3942742c08e04f2894b2a66482e43a7f407ce10b4ea0
libyaml-pp-perl_0.38.0-ok1.debian.tar.xz 2.7 KiB 2dbbdb08cf018420c39271a6919d1ab95291e05ff14974ee2429613d0f65ec26
libyaml-pp-perl_0.38.0-ok1.dsc 2.0 KiB 18a8610547ddde87a19e76e15ac2e0d60e7e9687ddddb6d9979ba949681d6a90

Available diffs

View changes file

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.