xref: /OK3568_Linux_fs/buildroot/package/lua-msgpack-native/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_LUA_MSGPACK_NATIVE
2*4882a593Smuzhiyun	bool "lua-msgpack-native"
3*4882a593Smuzhiyun	depends on BR2_PACKAGE_LUA_5_1 || BR2_PACKAGE_LUAJIT
4*4882a593Smuzhiyun	help
5*4882a593Smuzhiyun	  This is a native, C language implementation of msgpack
6*4882a593Smuzhiyun	  (http://msgpack.org) library/protocol for Lua language
7*4882a593Smuzhiyun
8*4882a593Smuzhiyun	  https://github.com/kengonakajima/lua-msgpack-native
9*4882a593Smuzhiyun
10*4882a593Smuzhiyuncomment "lua-msgpack-native needs Lua 5.1 or LuaJIT"
11*4882a593Smuzhiyun	depends on !BR2_PACKAGE_LUA_5_1
12*4882a593Smuzhiyun	depends on !BR2_PACKAGE_LUAJIT
13