libyaml-perl 1.30-2 source package in Ubuntu

Changelog

libyaml-perl (1.30-2) unstable; urgency=medium

  [ Debian Janitor ]
  * Apply multi-arch hints. + libyaml-perl: Add Multi-Arch: foreign.
  * Bump debhelper from old 12 to 13.
  * Update standards version to 4.5.1, no changes needed.
  * Update standards version to 4.6.0, no changes needed.

 -- Jelmer Vernooij <email address hidden>  Fri, 14 Oct 2022 13:46:07 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release main perl
Lunar release main perl

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libyaml-perl_1.30-2.dsc 2.1 KiB 051925656afd5c5eedeac5a54246de32b920fe83cf2e137e2a4aed659df65425
libyaml-perl_1.30.orig.tar.gz 85.4 KiB 5030a6d6cbffaf12583050bf552aa800d4646ca9678c187add649227f57479cd
libyaml-perl_1.30-2.debian.tar.xz 6.1 KiB 1e76cd72def71fc6c20a408c269952c58be241f37490a47e9656b8cb2668f6f7

Available diffs

No changes file available.

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.