slackbuilds_ponce/development/yaml
Robby Workman 143991a46e Entire Repo: Remove APPROVED field from .info files
This field used to make sense in our pre-git days, but
the Signed-Off-By: line serves the same purpose (and
even more) now, so APPROVED has been rejected.  ;-)

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2012-08-14 23:22:50 -05:00
..
README development/yaml: Added to 12.0 repository 2010-05-11 20:00:32 +02:00
slack-desc development/yaml: Added to 12.0 repository 2010-05-11 20:00:32 +02:00
yaml.info Entire Repo: Remove APPROVED field from .info files 2012-08-14 23:22:50 -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.