diff options
author | Andreas Voegele <andreas@andreasvoegele.com> | 2012-04-15 11:38:53 -0400 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2012-04-16 05:35:57 -0500 |
commit | d8e7dcedd4fcbb12b48ed6725eb35da77e26ef74 (patch) | |
tree | 643d8c7afb6d75e3555b3d27bf0b69cb6a6ed66d /libraries/libyaml/README | |
parent | d07d7bc5cd95b09b248529e329f278b908c73b28 (diff) |
libraries/libyaml: Added (library for parsing and emitting YAML 1.1)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'libraries/libyaml/README')
-rw-r--r-- | libraries/libyaml/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libraries/libyaml/README b/libraries/libyaml/README new file mode 100644 index 0000000000..4f40951c20 --- /dev/null +++ b/libraries/libyaml/README @@ -0,0 +1,8 @@ +libyaml is C library for parsing and emitting YAML 1.1. The library is +required by Ruby 1.9.2 and above. + +YAML is a human-readable data serialization format that takes concepts +from programming languages such as C, Perl, and Python, and ideas from +XML and the data format of electronic mail. YAML syntax was designed to +be easily mapped to data types common to most high-level languages: +list, associative array, and scalar. |