libyaml-pp-perl 0.39.0-ok1 source package in openKylin
Changelog
libyaml-pp-perl (0.39.0-ok1) huanghe; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Fri, 29 May 2026 09:23:37 -0700
libyaml-pp-perl (0.39.0-ok1) huanghe; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Fri, 29 May 2026 09:23:37 -0700
| Series | Published | Component | Section | |
|---|---|---|---|---|
| Huanghe V3.0 | proposed | main | perl |
| File | Size | SHA-256 Checksum |
|---|---|---|
| libyaml-pp-perl_0.39.0.orig.tar.gz | 211.7 KiB | 32f53c65781277dcbe50827b4cbf217eceeff264779e3a6c98c94229eb149f58 |
| libyaml-pp-perl_0.39.0-ok1.debian.tar.xz | 2.7 KiB | 73ad72648cc23d73bd11630af28a77f1338d6b7ab31a1e978fdead028a318b7e |
| libyaml-pp-perl_0.39.0-ok1.dsc | 2.0 KiB | fdbadc3721758f27402a72f96b08113a48d39b848c51f2e41ef8fc7fcd7e8bc0 |
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.