diff options
author | Gerardo Zamudio <gerardo.zamudio@linux.com> | 2017-10-06 00:14:30 +0100 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-10-06 00:14:30 +0100 |
commit | ea29eb6b976e9e727c456cb510e045147bcd211f (patch) | |
tree | 5919a74af33cfaa9b4f93cca499c2020b9c15e1f /libraries/LuaBitOp/slack-desc | |
parent | b897d837cb4138ebf38b107b12b0a59b1b531b59 (diff) |
libraries/LuaBitOp: Added (bitwise operations on numbers for Lua).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'libraries/LuaBitOp/slack-desc')
-rw-r--r-- | libraries/LuaBitOp/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/libraries/LuaBitOp/slack-desc b/libraries/LuaBitOp/slack-desc new file mode 100644 index 0000000000000..508fc96e99fae --- /dev/null +++ b/libraries/LuaBitOp/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +LuaBitOp: LuaBitOp (bitwise operations on numbers for Lua) +LuaBitOp: +LuaBitOp: Lua BitOp is a C extension module for Lua 5.1 which adds bitwise +LuaBitOp: operations on numbers. +LuaBitOp: +LuaBitOp: +LuaBitOp: +LuaBitOp: +LuaBitOp: +LuaBitOp: Homepage: http://bitop.luajit.org/ +LuaBitOp: |