We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ReadiumSDK: https://github.com/readium/readium-sdk/tree/develop/ePub3/ThirdParty/libzip
versus
LCP: https://github.com/readium/readium-lcp-client/tree/android/src/third-parties/ziplib
Problem: what about the pending 64bits large ZIP file PR? #106 #191
The text was updated successfully, but these errors were encountered:
CC @clebeaupin
Sorry, something went wrong.
What is the provenance of the LCP ziplib? There is no documentation there, nor a license or any indication where it came from.
https://bitbucket.org/wbenny/ziplib
http://mindless-area.blogspot.co.uk/2013/06/ziplib-lightweight-c11-library-for.html
...and it's actually a stream wrapper for several compression algorithms / libs, for example zlib: https://github.com/readium/readium-lcp-client/tree/android/src/third-parties/ziplib/Source/ZipLib/extlibs/zlib
zlib
No branches or pull requests
ReadiumSDK:
https://github.com/readium/readium-sdk/tree/develop/ePub3/ThirdParty/libzip
versus
LCP:
https://github.com/readium/readium-lcp-client/tree/android/src/third-parties/ziplib
Problem: what about the pending 64bits large ZIP file PR?
#106
#191
The text was updated successfully, but these errors were encountered: