Skip to content
forked from gdraheim/zziplib

The ZZIPlib provides read access on ZIP-archives and unpacked data. It features an additional simplified API following the standard Posix API for file access

License

Notifications You must be signed in to change notification settings

nvinson/zziplib

 
 

Repository files navigation

... please switch to 'cmake' based builds ...

The zziplib provides read access to zipped files in a zip-archive, using compression based solely on free algorithms provided by zlib. It also provides a functionality to overlay the archive filesystem with the filesystem of the operating system environment.

The origins of the project go back to the 1999 when Tomi Ollila did explore the details of the zip format. It was adopted by Guido Draheim in 2000 making the source code portable to many platforms. Originally maintained on Sourceforge it moved to GitHub in 2017 for easier collobaration with other projects.

also check out the original README file

... test status (master): Build Status ... (develop/tests/zziptests.py)

DOCUMENTATION

About

The ZZIPlib provides read access on ZIP-archives and unpacked data. It features an additional simplified API following the standard Posix API for file access

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 46.2%
  • C 21.3%
  • Python 14.0%
  • Makefile 9.5%
  • M4 6.1%
  • CMake 1.9%
  • Other 1.0%