1config BR2_PACKAGE_LUABITOP
2 bool "luabitop"
3 depends on BR2_PACKAGE_LUA_5_1
4 help
5 Lua BitOp is a C extension module for Lua 5.1/5.2 which adds
6 bitwise operations on numbers.
7
8 http://bitop.luajit.org
9
10comment "luabitop needs Lua 5.1"
11 depends on !BR2_PACKAGE_LUA_5_1
12