xref: /OK3568_Linux_fs/buildroot/package/lua-basexx/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_LUA_BASEXX
2*4882a593Smuzhiyun	bool "lua-basexx"
3*4882a593Smuzhiyun	help
4*4882a593Smuzhiyun	  A Lua library which provides base2(bitfield), base16(hex),
5*4882a593Smuzhiyun	  base32(crockford/rfc), base64(rfc/url), base85(z85) decoding
6*4882a593Smuzhiyun	  and encoding.
7*4882a593Smuzhiyun
8*4882a593Smuzhiyun	  https://github.com/aiq/basexx
9