zserge / lua-promisesLinks
A+ promises in Lua
☆231Updated 7 years ago
Alternatives and similar repositories for lua-promises
Users that are interested in lua-promises are comparing it to the libraries listed below
Sorting:
- A very complete i18n lib for Lua☆269Updated 3 years ago
- Lua source code minifier.☆268Updated 3 years ago
- 30 lines library for object orientation in Lua☆482Updated 4 years ago
- StackTracePlus provides enhanced stack traces for Lua.☆200Updated 2 years ago
- Promises/A+ 1.1 implementation in Lua☆47Updated 5 years ago
- Reactive Extensions for Lua☆534Updated 5 years ago
- Lua serializer and pretty printer.☆612Updated 3 years ago
- A Lua 5.3 parser written with LPegLabel☆209Updated 9 months ago
- Squish Lua libraries and apps into a single compact file.☆142Updated 5 years ago
- LuaCov is a simple coverage analyzer for Lua code.☆332Updated last year
- An Optional Type System for Lua☆590Updated 5 years ago
- Compatibility module providing Lua-5.3-style APIs for Lua 5.2 and 5.1☆244Updated 10 months ago
- a simple behaviour tree library for lua ported from javascript☆141Updated 2 years ago
- ☆133Updated 10 years ago
- Lua String Templates☆187Updated 10 years ago
- A MessagePack implementation for Lua 5.3/5.4 - msgpack.org[Lua]☆96Updated last year
- fast table serialization for Lua☆51Updated 6 years ago
- Date & Time module for Lua 5.x☆273Updated 2 years ago
- General Lua libraries☆302Updated 3 years ago
- LRU cache in Lua☆97Updated 4 years ago
- MD5 sum in pure Lua, with no C and no external dependencies☆346Updated 2 years ago
- A little library of useful Lua functions, intended as the 'light' version of Penlight☆179Updated 3 years ago
- A finite state machine lua micro framework☆395Updated 6 months ago
- Pure Lua number library providing BigNum and fixed width unsigned integer types☆67Updated 6 years ago
- Lanes is a lightweight, native, lazy evaluating multithreading library for Lua 5.1 to 5.5.☆520Updated last month
- a utf-8 support module for Lua and LuaJIT.☆445Updated last month
- Stateful classes for Lua☆187Updated 8 years ago
- Implementation of binary packing/unpacking in pure lua☆175Updated 5 years ago
- JSON (Javascript Object Notation - http://www.json.org) encoding / decoding module for Lua, and very basic JSON RPC module (requiring soc…