From 98c20204f662ed0c7e2561ebc14c5962e382566a Mon Sep 17 00:00:00 2001 From: Riccardo Date: Tue, 3 Sep 2019 17:56:34 +0200 Subject: [PATCH] Add bit7z --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 25ea353..854ce9a 100644 --- a/README.md +++ b/README.md @@ -198,6 +198,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny ## Compression *Compression and Archiving Libraries* +* [bit7z](https://github.com/rikyoz/bit7z) - A C++ static library offering a clean and simple interface to the 7-zip DLLs. [GPLv2] * [Brotli](https://github.com/google/brotli) - Brotli compression format. Developed by Google. [MIT] * [bzip2](http://www.bzip.org/) - A freely available, patent free, high-quality data compressor. [BSD] * [FiniteStateEntropy](https://github.com/Cyan4973/FiniteStateEntropy) - New generation entropy codecs : Finite State Entropy and Huff0.