mirror of
https://github.com/fffaraz/awesome-cpp.git
synced 2025-12-18 04:44:37 +03:00
Add minizip-ng (#1430)
This commit is contained in:
@@ -264,6 +264,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny
|
|||||||
* [LZMAT](http://www.matcode.com/lzmat.htm) - An extremely fast real-time lossless data compression library. [GPL]
|
* [LZMAT](http://www.matcode.com/lzmat.htm) - An extremely fast real-time lossless data compression library. [GPL]
|
||||||
* [miniz](https://github.com/richgel999/miniz) - Single C source file Deflate/Inflate compression library with zlib-compatible API, ZIP archive reading/writing, PNG writing. [MIT]
|
* [miniz](https://github.com/richgel999/miniz) - Single C source file Deflate/Inflate compression library with zlib-compatible API, ZIP archive reading/writing, PNG writing. [MIT]
|
||||||
* [Minizip](https://github.com/nmoinvaz/minizip) - Zlib with latest bug fixes that supports PKWARE disk spanning, AES encryption, and IO buffering. [zlib]
|
* [Minizip](https://github.com/nmoinvaz/minizip) - Zlib with latest bug fixes that supports PKWARE disk spanning, AES encryption, and IO buffering. [zlib]
|
||||||
|
* [minizip-ng](https://github.com/zlib-ng/minizip-ng) - Fork of the popular zip manipulation library found in the zlib distribution. [zlib]
|
||||||
* [smaz](https://github.com/antirez/smaz) - Small strings compression library. [BSD]
|
* [smaz](https://github.com/antirez/smaz) - Small strings compression library. [BSD]
|
||||||
* [Snappy](https://google.github.io/snappy/) - A fast compressor/decompressor. [BSD]
|
* [Snappy](https://google.github.io/snappy/) - A fast compressor/decompressor. [BSD]
|
||||||
* [ZLib](http://zlib.net/) - A very compact compression library for data streams. [zlib]
|
* [ZLib](http://zlib.net/) - A very compact compression library for data streams. [zlib]
|
||||||
|
|||||||
Reference in New Issue
Block a user