libyaml-perl 1.31-ok1 source package in openKylin

Changelog

libyaml-perl (1.31-ok1) nile; urgency=medium

  * Build for openKylin.

 -- openKylinBot <email address hidden>  Tue, 07 May 2024 10:09:27 +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-perl_1.31.orig.tar.gz 86.0 KiB a0ce30381657dce8e694df9a09e95d818d13beb03698fd2cf79d0c8d564a9b8e
libyaml-perl_1.31-ok1.debian.tar.xz 2.6 KiB a0b05fd3a264a5bf84126d12c1ba71fa32a18516839defc0d027dfe571dade2b
libyaml-perl_1.31-ok1.dsc 1.9 KiB eb5d2011f3fae86ebb03c820e466477b60c9728ab11007895b3c47fbc67f1d1c

View changes file

Binary packages built by this source

libyaml-perl: YAML Ain't Markup Language

 YAML is a generic data serialization language that is optimized for human
 readability. It can be used to express the data structures of most modern
 programming languages (including Perl, of course). YAML supports Unicode
 and there are implementations of the parser in many different languages,
 making it a rather portable serialization format.
 .
 Please note that the YAML module is currently a deprecated implementation
 in Pure Perl, which is probably slow on your system. The authors intend
 to change it to just be a front-end interface module for various YAML
 implementations. For now, YAML::Any is a module provided for this purpose,
 which simply selects the best YAML implementation available.