diff options
Diffstat (limited to 'development/yaml/README')
-rw-r--r-- | development/yaml/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/development/yaml/README b/development/yaml/README new file mode 100644 index 000000000000..63cebbdd2464 --- /dev/null +++ b/development/yaml/README @@ -0,0 +1,5 @@ +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. |