Description
A Haskell library that provides a Lua module for working with zip files through HsLua. It lets scripts inspect or manipulate compressed archives from a scriptable Haskell application.
Developers use it in document tools, importers, and packaging workflows. Zip input can be untrusted, so code should handle path traversal, very large archives, and decompression failures carefully.