doj / 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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:Other


Languages

Language:Shell 46.3%Language:C 21.3%Language:Python 14.0%Language:Makefile 9.5%Language:M4 6.1%Language:CMake 1.9%Language:Dockerfile 0.8%Language:sed 0.1%Language:Batchfile 0.1%