1config BR2_PACKAGE_LUA_UBJSON
2	bool "lua-ubjson"
3	select BR2_PACKAGE_LUA_COMPAT53 if BR2_PACKAGE_LUAINTERPRETER_ABI_VERSION_5_1 # runtime
4	help
5	  a pure Lua implementation of UBJSON.
6
7	  https://fperrad.frama.io/lua-ubjson/
8