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