1 config BR2_PACKAGE_LUA_MSGPACK_NATIVE
2 bool "lua-msgpack-native"
3 depends on BR2_PACKAGE_HAS_LUAINTERPRETER
4 depends on BR2_PACKAGE_LUA_5_1 || BR2_PACKAGE_LUAJIT
6 This is a native, C language implementation of msgpack
7 (http://msgpack.org) library/protocol for Lua language
9 https://github.com/kengonakajima/lua-msgpack-native
11 comment "lua-msgpack-native needs a Lua 5.1 interpreter"
12 depends on !BR2_PACKAGE_LUA_5_1
13 depends on !BR2_PACKAGE_LUAJIT