slackbuilds_ponce/development/yaml
Erik Hanson 4248415dde Add REQUIRED field to .info files.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
2012-08-19 21:57:51 -05:00
..
README
slack-desc Entire Repo: Fix the "handy ruler" length in slack-desc files 2012-08-15 20:27:00 -05:00
yaml.info Add REQUIRED field to .info files. 2012-08-19 21:57:51 -05:00
yaml.SlackBuild development/yaml: Misc automated cleanups. 2010-06-04 01:03:52 -04:00

The YAML.pm module implements a YAML Loader and Dumper based on
the YAML 1.0 specification. <http://www.yaml.org/spec/>
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.