mirror of
https://github.com/fffaraz/awesome-cpp.git
synced 2024-11-13 11:16:54 -05:00
Update README.md
This commit is contained in:
parent
0e90b6f878
commit
a69b41543a
1 changed files with 0 additions and 1 deletions
|
@ -153,7 +153,6 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
|
||||||
*Compression and Archiving Libraries*
|
*Compression and Archiving Libraries*
|
||||||
|
|
||||||
* [bzip2](http://www.bzip.org/) - A freely available, patent free, high-quality data compressor. [BSD]
|
* [bzip2](http://www.bzip.org/) - A freely available, patent free, high-quality data compressor. [BSD]
|
||||||
* [doboz](https://bitbucket.org/attila_afra/doboz/overview) - Compression library with very fast decompression. [zlib]
|
|
||||||
* [PhysicsFS](https://icculus.org/physfs/) - A library to provide abstract access to various archives. It is intended for use in video games, and the design was somewhat inspired by Quake 3's file subsystem. [zlib]
|
* [PhysicsFS](https://icculus.org/physfs/) - A library to provide abstract access to various archives. It is intended for use in video games, and the design was somewhat inspired by Quake 3's file subsystem. [zlib]
|
||||||
* [KArchive](https://quickgit.kde.org/?p=karchive.git) - A library for creating, reading, writing and manipulating file archives like zip and tar. It also provides transparent compression and decompression of data, using formats like gzip, via a subclass of QIODevice. [LGPL]
|
* [KArchive](https://quickgit.kde.org/?p=karchive.git) - A library for creating, reading, writing and manipulating file archives like zip and tar. It also provides transparent compression and decompression of data, using formats like gzip, via a subclass of QIODevice. [LGPL]
|
||||||
* [LZ4](https://code.google.com/p/lz4/) - Extremely Fast Compression algorithm. [BSD]
|
* [LZ4](https://code.google.com/p/lz4/) - Extremely Fast Compression algorithm. [BSD]
|
||||||
|
|
Loading…
Reference in a new issue