Skip to content

yaml/yamlstar-lua

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YAMLStar Lua Binding

Lua binding for the YAMLStar shared library.

local yamlstar = require("yamlstar")

local ys = yamlstar.new()
local data = ys:load("key: value")
local text = ys:dump({foo = {{"bar"}}})
ys:close()

Install the matching libyamlstar release before using this rock:

curl -sSL https://yamlstar.org/install | LIB=1 bash
luarocks install yamlstar

About

No description, website, or topics provided.

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors

Languages