brimworks / lua-zip
Lua binding to libzip.
☆84Updated 3 years ago
Alternatives and similar repositories for lua-zip
Users that are interested in lua-zip are comparing it to the libraries listed below
Sorting:
- a OS specified path manipulation module for Lua☆44Updated last year
- File system path manipulation library☆88Updated 4 years ago
- Asynchronous logging library for Lua☆109Updated 6 years ago
- A Lua (5.1 and later) binding of various regex library APIs (POSIX, PCRE, PCRE2, GNU, Oniguruma and TRE)☆164Updated 8 months ago
- A C FFI for Lua☆142Updated 3 years ago
- all-in-one luapower repo with everything (auto-merged hourly from individual repos)☆144Updated last year
- combine multile lua file into a single one☆58Updated last year
- `llthreads` library rewritten without `LuaNativeObjects` code generator☆79Updated last year
- A command-line argument parsing module for Lua.☆126Updated last year
- A Lua library which provides base2(bitfield), base16(hex), base32(crockford/rfc), base64(rfc/url), base85(z85) decoding and encoding.☆87Updated 3 years ago
- A lua module for creating Excel XLSX files.☆144Updated 6 years ago
- Copas is a dispatcher based on coroutines that can be used by TCP/IP servers.☆211Updated last month
- Reimplement luafilesystem via LuaJIT FFI☆63Updated last year
- A collection of LPEG patterns☆126Updated 2 years ago
- Time, Date and Timezone library for lua☆127Updated last year
- Compatibility module providing Lua-5.3-style APIs for Lua 5.2 and 5.1☆235Updated 3 months ago
- Moved to https://gitlab.com/craigbarnes/lua-gumbo☆133Updated 8 months ago
- Squish Lua libraries and apps into a single compact file.☆141Updated 5 years ago
- Reformats any valid Lua 5.3 source code.☆42Updated 2 years ago
- A simple API to use logging features in Lua☆58Updated last year
- Fork of LuaCrypto, which enables encryption and decryption through OpenSSL☆103Updated 5 years ago
- Pure Lua number library providing BigNum and fixed width unsigned integer types☆65Updated 6 years ago
- LRU cache in Lua☆96Updated 4 years ago
- Lua bindings for POSIX iconv☆93Updated 3 months ago
- Lua binding to Ryan Dahl's "http-parser".☆69Updated 3 years ago
- Parses Lua to abstract syntax tree (AST) using LPeg.