D Bindings for libzip
libzip is a C library that provides nice API to deal with zip archives. Especially it allows to work with large zip archives without loading whole archive in memory (contrary to standard D std.zip that loads whole zip archive in memory).
Version of libzip: 1.9.2 Git repository for libzip: https://github.com/nih-at/libzip
The repositories for bindings:
Original library and D bindings are released under the BSD 3-clause license.