libyaml-pp-perl 0.034-ok1 source package in openKylin
Changelog
libyaml-pp-perl (0.034-ok1) yangtze; urgency=medium * Build for openkylin. -- denghao <email address hidden> Mon, 19 Sep 2022 09:55:34 +0300
libyaml-pp-perl (0.034-ok1) yangtze; urgency=medium * Build for openkylin. -- denghao <email address hidden> Mon, 19 Sep 2022 09:55:34 +0300
Series | Published | Component | Section | |
---|---|---|---|---|
Yangtze V1.0 | release | main | perl | |
Yangtze V1.0 | proposed | main | perl |
File | Size | SHA-256 Checksum |
---|---|---|
libyaml-pp-perl_0.034.orig.tar.gz | 207.4 KiB | 6af37ff0757ee962cbda32184177b5282a772adfb126461f744659058dd1eab3 |
libyaml-pp-perl_0.034-ok1.debian.tar.xz | 13.0 KiB | 77b18e15fc9eb45d4e4faf87d8518b2734c1c964cd64e8231ef4d9f546de7b80 |
libyaml-pp-perl_0.034-ok1.dsc | 1.9 KiB | 3ce3c1242d762bb40cc776c31074a6cbd64bfe49a7842e0fd0d1d6bd269c0f51 |
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.