2012-09-03 22:58:37 +02:00
|
|
|
config BR2_PACKAGE_LUA_MSGPACK_NATIVE
|
|
|
|
bool "lua-msgpack-native"
|
2014-04-05 17:21:42 +02:00
|
|
|
depends on BR2_PACKAGE_HAS_LUAINTERPRETER
|
2015-01-16 22:09:51 +01:00
|
|
|
depends on BR2_PACKAGE_LUA_5_1 || BR2_PACKAGE_LUAJIT
|
2012-09-03 22:58:37 +02:00
|
|
|
help
|
|
|
|
This is a native, C language implementation of msgpack
|
|
|
|
(http://msgpack.org) library/protocol for Lua language
|
|
|
|
|
|
|
|
https://github.com/kengonakajima/lua-msgpack-native
|
2014-01-17 18:47:36 +01:00
|
|
|
|
|
|
|
comment "lua-msgpack-native needs a Lua 5.1 interpreter"
|
2015-01-16 22:09:51 +01:00
|
|
|
depends on !BR2_PACKAGE_LUA_5_1
|
|
|
|
depends on !BR2_PACKAGE_LUAJIT
|