libyaml-perl 1.24-1 source package in Ubuntu
Changelog
libyaml-perl (1.24-1) unstable; urgency=medium * Import upstream version 1.24. * Refresh ysh-location.patch (offset). * Update years of upstream and packaging copyright. * Declare compliance with Debian Policy 4.1.1. -- gregor herrmann <email address hidden> Wed, 01 Nov 2017 17:34:17 +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 | Published | Component | Section | |
---|---|---|---|---|
Bionic | release | main | perl |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libyaml-perl_1.24-1.dsc | 2.2 KiB | 862cfba4cfce1bba25536213da2707065186729b6b5d2a4238b21b9d704193c7 |
libyaml-perl_1.24.orig.tar.gz | 81.3 KiB | b58d045a72a5e1ce714f1d42b64ccddbb055a4afac10b74972dba3b6a47dffb6 |
libyaml-perl_1.24-1.debian.tar.xz | 5.4 KiB | 23616809a249736880a1c30a396c872e51f79cd1fb4ac9d4191aa3c8ba3697a1 |
Available diffs
- diff from 1.21-1 to 1.24-1 (5.3 KiB)
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.