libyaml-perl

Rating: 
0
No votes yet

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.

Application versions: 
AttachmentSizeDate
File libyaml-perl_0.78-1_all.deb71.51 KB05/08/2013 - 14:17
Changelog: 

libyaml-perl (0.78-1) unstable; urgency=low

* New upstream release.
* Update years of upstream and packagin copyright.