1config BR2_PACKAGE_LUA_BASEXX
2	bool "lua-basexx"
3	help
4	  A Lua library which provides base2(bitfield), base16(hex),
5	  base32(crockford/rfc), base64(rfc/url), base85(z85) decoding
6	  and encoding.
7
8	  https://github.com/aiq/basexx
9