-
Notifications
You must be signed in to change notification settings - Fork 1
continue from http://yaml.luaforge.net, use in Lua and implemented as a C module.
License
MIT, MIT licenses found
Licenses found
MIT
LICENSE
MIT
LICENSE.LibYAML
aoxu/lua-yaml-module
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
NAME
yaml - Lua YAML serialization using LibYAML
SYNOPSIS
require 'yaml'
serialized = yaml.dump({ 1, 2, 3, 4 })
content = yaml.load(serialized)
DESCRIPTION
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.
LibYAML 0.1.5 is included as part of this release.
This module defines the functions dump, load, and configure within the
global yaml table.
Portions of this software were inspired by Perl's YAML::LibYAML module by
Ingy dot Net.
SEE ALSO
* LibYAML (http://pyyaml.org/wiki/LibYAML)
* luayaml: libsyck YAML binding (http://luaforge.net/projects/luayaml)
* YAML::LibYAML (http://search.cpan.org/~nuffin/YAML-LibYAML)
AUTHOR
Ao Xu <xatest@gmail.com>
Andrew Danforth <acd@weirdness.net>
If you are using this module successfully I would love to hear from you.
COPYRIGHT
Copyright (c) 2014, Ao Xu
Copyright (c) 2009, Andrew Danforth
THANKS
Thanks to the following people for suggestions and patches:
Peter Mawhorter
Cyril Romain
Adrian Sampson
About
continue from http://yaml.luaforge.net, use in Lua and implemented as a C module.
Resources
License
MIT, MIT licenses found
Licenses found
MIT
LICENSE
MIT
LICENSE.LibYAML
Stars
Watchers
Forks
Packages 0
No packages published