xref: /OK3568_Linux_fs/buildroot/package/lua-lyaml/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_LUA_LYAML
2	bool "lua-lyaml"
3	select BR2_PACKAGE_LIBYAML
4	help
5	  This is a Lua binding for the fast libYAML C library for
6	  converting between `%YAML 1.1` and Lua tables, with a
7	  flexible Lua language API to load and save YAML documents.
8
9	  http://github.com/gvvaughan/lyaml
10