readium / readium-sdk

A C++ ePub renderer SDK
BSD 3-Clause "New" or "Revised" License
388 stars 164 forks source link

third-party lib ZIP (different in LCP client) #232

Open danielweck opened 8 years ago

danielweck commented 8 years ago

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 commented 8 years ago

CC @clebeaupin

rkwright commented 8 years ago

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

danielweck commented 8 years ago

https://bitbucket.org/wbenny/ziplib

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

danielweck commented 8 years ago

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