repo.or.cz
/
buildroot-gz.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
board/csky: fixup gdb instructions in readme.txt
[buildroot-gz.git]
/
package
/
luabitop
/
Config.in
blob
26442fc9106be12defa6644c46dc67e9f9ce14f5
1
config BR2_PACKAGE_LUABITOP
2
bool "luabitop"
3
depends on !BR2_PACKAGE_LUA_5_3
4
help
5
Lua BitOp is a C extension module for Lua 5.1/5.2 which adds bitwise
6
operations on numbers.
7
8
http://bitop.luajit.org
9
10
comment "luabitop needs a Lua 5.1/5.2 interpreter"
11
depends on BR2_PACKAGE_LUA_5_3