lua-compress-deflatelua
lua-compress-deflatelua copied to clipboard
DEFLATE (RFC1951)/gunzip implemented in pure Lua
Results
2
lua-compress-deflatelua issues
Sort by
recently updated
recently updated
newest added
Lua 5.3
1
Looks like Lua 5.3 deprecates bit32 in favor of operators e.g. bit32.band(x,y) -> x & y. This breaks bit operations.
Hi This is more a question than an issue. We are trying to use your library, which works great with your example, but failing to decompress python zlib compression. for...