Overview
yaml is a LibYAML binding for Lua. YAML is a portable data serialization standard that is also human readable. LibYAML is Kirill Simonov's excellent YAML 1.1 complaint parser and emitter.
yaml is free software and uses the same license as Lua 5.1
Status
The latest version is 0.1 which is built upon LibYAML 0.1.2.
Download
yaml can be downloaded from its LuaForge page.
History
- 0.1 [12/May/2009]
- First public release
Credits
This module was developed by Andrew Danforth.
LibYAML was developed by Kirill Simonov.
Portions of this software were inspired by Perl's YAML::LibYAML by Ingy dot Net.