Nathan Moinvaziri
Nathan Moinvaziri
The library should probably be added as `minizip2`, also see #333.
It is not being renamed. Just like other libraries, that have multiple versions, this one does too. (See https://github.com/nmoinvaz/minizip/issues/333#issuecomment-434904020). Distributions should increment the version number when integrating - maybe something...
I am not actively keeping up with the latest news or push for inclusion/updates in any distributions.
There have been requests in the past to do that #333, but the name of the repository is arbitrary in my opinion. When minizip goes to version 3 should I...
We are thinking alike, I have sent @Dead2 an e-mail asking him about it.
I don't think I have had contact with any of the package maintainers. I could be wrong. If you would like to maintain the package on Debian and need something...
The repository has now been renamed to zlib-ng/minizip-ng. A future release will have the name changes in the README and source code files.
Zip object also exposes Stream object, so we would need to export all those functions as well. Why not on Windows just use the command `cmake . -DCMAKE_WINDOWS_EXPORT_ALL_SYMBOLS=ON`
`mz_zip_reader` and `mz_zip_writer` are not exported so how does that relate to `mz_zip` being exported or not. 1. `mz_zip_reader` does contain `mz_zip_reader_entry_get_info` and `mz_zip_reader_goto_first_entry` and `mz_zip_reader_goto_next_entry`. 2. It is possible...
2. I don't have a problem with changing the signature.