spc476 / lua-conmanorgLinks
Usefu Lua modules
☆41Updated 2 months ago
Alternatives and similar repositories for lua-conmanorg
Users that are interested in lua-conmanorg are comparing it to the libraries listed below
Sorting:
- LuaJIT FFI bindings for the Tiny C Compiler☆28Updated 3 years ago
- extend luajit ffi module to give more affinity to C codes☆59Updated 9 years ago
- A ZX Spectrum emulator written in Lua 5.3.☆28Updated 9 years ago
- Library for manipulation of memory areas in Lua.☆36Updated last month
- LuaSys is a portable Lua library providing access to system and networking functions. Also includes: event notification mechanism, win32 …☆69Updated 3 years ago
- Compatibility module providing Lua-5.2-style APIs for Lua 5.1☆46Updated 2 years ago
- write c code inside your lua code. use gcc and luajit ffi to build and link while you run.☆17Updated 9 months ago
- A simple interface to mmap for writing and reading binary data☆24Updated 3 years ago
- Lua Application Programming Helper Libraries☆58Updated 5 years ago
- Pkg: ULua package manager☆15Updated 9 years ago
- Lua module to emulate a Lua Terminal in a IUP toolkit textbox to easily embed in any IUP application☆16Updated 10 months ago
- Tiny C Compiler 0.9.26 binding for LuaJIT☆63Updated 9 years ago
- This is a experimental patch for Lua 5.4-work1 that adds first class support for arrays.☆17Updated 3 years ago
- Parse programming languages syntax into an AST using PEGs with ease (LPeg Extension).☆64Updated 2 years ago
- Static lua compiler - Compile Lua code into C code.☆71Updated 12 years ago
- Deterministic cleanup of resources in Lua☆11Updated 4 years ago
- A Lua 5.x/LuaJIT introspection library for humans☆86Updated 8 years ago
- Lua binding to the discount C implementation of the Markdown text-to-html markup system. No longer maintained, Debian have a fork at http…☆26Updated 15 years ago
- libui bare bindings for lua☆37Updated 4 years ago
- A LuaJIT FFI binding to sqlite3☆20Updated 9 years ago
- Trivial Lua human-readable binary-safe serialization library☆24Updated 11 years ago
- Pure lua implementation of utf8proc and a few more unicode utilities☆13Updated 9 years ago
- a mutable string support to lua.☆25Updated 10 years ago
- `require()` rewritten in plain Lua☆41Updated 2 years ago
- A Lua IRC module that tries to be minimal and extensible.☆24Updated 11 months ago
- A highly customizable Lua 5.2 build system, allowing for common external modules to be linked in statically, and built-in modules to be e…☆79Updated 9 years ago
- Portable inter-process communication for Lua☆48Updated 5 years ago
- Fork of Lua 5.3 pattern matching with added features☆11Updated 7 years ago
- Higher-level C API for Lua based on llib