zip
zip library
A portable C library for creating, reading, and extracting zip archives
A portable, simple zip library written in C
1k stars
41 watching
276 forks
Language: C
last commit: 3 months ago
Linked from 3 awesome lists
ccompressionhackingminizportablezip
Related projects:
Repository | Description | Stars |
---|---|---|
nih-at/libzip | A C library for reading, creating, and modifying zip archives. | 851 |
zlib-ng/minizip-ng | A C-based zip archive manipulation library with support for various compression and encryption methods. | 1,241 |
guzba/zippy | A Nim implementation of compression algorithms and formats | 257 |
mrkkrp/zip | A Haskell library for efficiently working with compressed ZIP archives. | 81 |
zertovitch/zip-ada | A portable Ada library for working with the .zip archive file format | 24 |
nim-lang/zip | A C wrapper around the zip library to provide a simple and efficient way to work with ZIP archives | 52 |
shinmera/zippy | A library for reading and writing the PKWARE Zip archive format. | 15 |
rubyzip/rubyzip | A Ruby library for reading and writing zip archives. | 1,360 |
vivkin/nozip | A C library for reading ZIP files by parsing and decoding the ZIP format to provide direct access to the stored data | 13 |
doujiang24/lua-resty-zip | Provides zip compression and decompression functionality in LuaJIT | 11 |
mockingbot/react-native-zip-archive | A utility package for creating and managing zip archives in React Native applications. | 428 |
jsummers/oldunzip | A collection of C libraries for decompressing ZIP files using various compression methods. | 14 |
rikyoz/bit7z | A C++ static library providing a simple interface to 7-zip shared libraries for compression and extraction of archive files | 650 |
brimworks/lua-zip | A Lua interface to libzip, allowing C-based applications to create and manipulate ZIP archives. | 82 |
mikbry/anzip | A simple async library to extract files from zip archives in Node.js | 61 |