-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Gustavo Serra Scalet edited this page Jul 15, 2015
·
26 revisions
Welcome to the LuaJIT-PPC64 wiki!
If you are looking for debian releases, check on a [releases] (https://github.com/PPC64/LuaJIT-PPC64/releases) for the .deb files.
Current status of the [ppc64-port branch] (https://github.com/PPC64/LuaJIT-PPC64/commits/ppc64-port):
-
Passing all Lua 5.1 official tests which pass on LuaJIT for ppc32.
-
Lua software that has been tested on ppc64:
- [luarocks] (https://github.com/keplerproject/luarocks/wiki) - Allows you to install Lua modules as packages called "rocks", which contain version and dependency information. Much like npm or pip.
- [torch7] (http://torch.ch/) - Scientific computing framework with wide support for machine learning algorithms, used by Facebook, Google, and more.
- [ansicolors] (https://github.com/kikito/ansicolors.lua) - Simple function for printing to the console in color.
- [lua-term] (https://github.com/hoelzro/lua-term) - Terminal operations and manipulations.
- [turbo] (http://www.turbolua.org/) - Event-driven, non-blocking, LuaJIT-based networking suite and framework, inspired by Tornado.
- Porting was needed, [pull request is merged] (https://github.com/kernelsauce/turbo/pull/191)
- [vida] (https://github.com/nwhitehead/vida) - Mix C code into your LuaJIT code seamlessly.
- [luafun] (https://github.com/rtsisyk/luafun) - A high-performance functional programming library for LuaJIT.
- [luasec] (https://github.com/brunoos/luasec) - A binding for OpenSSL library to provide TLS/SSL communication over LuaSocket.
- [ljsyscall] (http://myriabit.com/ljsyscall/) - Unix system calls for LuaJIT.
- Porting was needed, [pull request is merged] (https://github.com/justincormack/ljsyscall/pull/183)
- [sha1] (https://github.com/kikito/sha1.lua) - SHA-1 secure hash computation, and HMAC-SHA1 signature computation in Lua (5.1).
- [luacrypto] (https://github.com/mkottman/luacrypto) - Lua bindings to OpenSSL.
- [penlight] (https://github.com/stevedonovan/Penlight) - Broad, heavyweight utility library, inspired by Python's standard libs. Provides the batteries that Lua doesn't.
Description from: https://github.com/LewisJEllis/awesome-lua and https://lua-toolbox.com/