lzlib isn't the only lua library that claims 'zlib' for it's require string.
Can we feature detect which zlib library gets loaded?
Both 'lua-zlib' and 'lzlib' have 'zlib' for their require string. This causes issues with luarock's zip file handling
e.g. If lua-zlib is installed, packing a rock will fail
The text was updated successfully, but these errors were encountered:
Creating this to track #28 (comment) independantly
Both 'lua-zlib' and 'lzlib' have 'zlib' for their
requirestring. This causes issues with luarock's zip file handlinge.g. If
lua-zlibis installed, packing a rock will failThe text was updated successfully, but these errors were encountered: