lua-zip icon indicating copy to clipboard operation
lua-zip copied to clipboard

Lua binding to libzip.

Results 5 lua-zip issues
Sort by recently updated
recently updated
newest added

Would you please share the win32-bit pre-compiled dll file for Lua 5.1. I have encountered an error many times when compiling VS2019 and Cmake, and I am very tired of...

``` > sudo luarocks install --server=http://luarocks.org/dev lua-zip Installing http://luarocks.org/dev/lua-zip-git-1.rockspec... Using http://luarocks.org/dev/lua-zip-git-1.rockspec... switching to 'build' mode Cloning into 'lua-zip'... remote: Counting objects: 11, done. remote: Compressing objects: 100% (10/10), done. remote:...

Routine lets create zip archive in memory. Then we can send zip over network for example without saving it to disk.

I did "make test" and get 2 test failed. So how to solve it? Below is my test report: lua-zip > make test cmake -H. -Bbuild -- The C compiler...

About changes in rockspec. In my tests it works for both static and dynamic versions of libzip.