readium-sdk icon indicating copy to clipboard operation
readium-sdk copied to clipboard

third-party lib ZIP (different in LCP client)

Open danielweck opened this issue 9 years ago • 4 comments

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? https://github.com/readium/readium-sdk/pull/106 https://github.com/readium/readium-sdk/pull/191

danielweck avatar Apr 01 '16 12:04 danielweck

CC @clebeaupin

danielweck avatar Apr 01 '16 12:04 danielweck

What is the provenance of the LCP ziplib? There is no documentation there, nor a license or any indication where it came from.

rkwright avatar Apr 01 '16 15:04 rkwright

https://bitbucket.org/wbenny/ziplib

http://mindless-area.blogspot.co.uk/2013/06/ziplib-lightweight-c11-library-for.html

danielweck avatar Apr 01 '16 15:04 danielweck

...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

danielweck avatar Apr 01 '16 15:04 danielweck