std.zip is throwing an exception while trying to open a file > 4 GB
https://github.com/dlang/phobos/blob/master/std/zip.d#L660
In my case I want to open an 8 GB file. The size limit seems unnecessary
as zlib supports files > 4 GB as stated in the FAQ https://zlib.net/zlib_faq.html
Could you check whether support for zip files > 4 GB could be added to std.zip?