This script is for Slackware 14.1 only and may be outdated.

SlackBuilds Repository

14.1 > Perl > perl-YAML-Tiny (1.69)

perl-YAML-Tiny (Read/Write YAML files with a little code as possible).

The YAML specification is huge. Really, really huge. It contains all the functionality of XML,
except with flexibility and choice, which makes it easier to read, but with a formal specification that is more complex than XML.

The original pure-Perl implementation YAML costs just over 4 megabytes of memory to load.
Just like with Windows .ini files (3 meg to load) and CSS (3.5 meg to load) the situation
is just asking for a YAML::Tiny module, an incomplete but correct and usable subset of the functionality, in as little code as possible.

Like the other ::Tiny modules, YAML::Tiny has no non-core dependencies, does not require a compiler to install,
is back-compatible to Perl v5.8.1, and can be inlined into other modules if needed.

In exchange for this adding this extreme flexibility, it provides support for only a limited subset of YAML.
But the subset supported contains most of the features for the more common uses of YAML.

This requires: perl-Test-Simple, perl-extutils-makemaker

Maintained by: Edinaldo P. Silva
Keywords: perl,YAML::Tiny,
ChangeLog: perl-YAML-Tiny

Homepage:
https://metacpan.org/pod/YAML::Tiny

Source Downloads:
YAML-Tiny-1.69.tar.gz (7deacd0ee428038407ccc5cd0b50f66f)

Download SlackBuild:
perl-YAML-Tiny.tar.gz
perl-YAML-Tiny.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Validated for Slackware 14.1

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2024 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds