3837228fa0a5bae7303e865e2c856dedb4d9cf13
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / lua-msgpack-native / Config.in
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
5         help
6           This is a native, C language implementation of msgpack
7           (http://msgpack.org) library/protocol for Lua language
8
9           https://github.com/kengonakajima/lua-msgpack-native
10
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