The YAML.pm module implements a YAML Loader and Dumper based on the YAML 1.0 specification. 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, including Perl. For information on the YAML syntax, please refer to the YAML specification.
Find a file
2021-09-06 15:11:52 +02:00
perl-YAML.yaml Add a context for platform:f36 2021-09-06 15:11:52 +02:00
README.md Added the README 2020-09-14 13:24:07 +00:00

perl-YAML

The YAML.pm module implements a YAML Loader and Dumper based on the YAML 1.0 specification. 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, including Perl. For information on the YAML syntax, please refer to the YAML specification.