xref: /OK3568_Linux_fs/buildroot/package/lua-basexx/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
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