Fork of https://github.com/lubyk/yaml with LuaJIT support.
This module is a Lua binding for Kirill Siminov's excellent LibYAML. LibYAML is generally considered to be the best C YAML 1.1 implementation.
Main features are:
- Fast and easy to use
- Based on proven code (libYAML)
- Support for table loops
- No external dependencies
Read the documentation at https://lubyk.github.io/lubyk/yaml.html.
Versions
Dependencies
lua >= 5.1, < 5.4
lub >= 1.0.3, < 2