nothings / single_file_libs

List of single-file C/C++ libraries.
8.88k stars 584 forks source link

Add dmc_unrar #119

Closed DrMcCoy closed 5 years ago

DrMcCoy commented 6 years ago

In place of my issue #62, here's a pull request that adds dmc_unrar.

dmc_unrar is a dependency-free single-file library to unpack and decompress RAR archives, usable from both C and C++. The license is GPLv2+, though, because the unrar code is partially based on existing GPLv2+ and LGPLv2+ code.

It can unpack RAR 1.5, 2.0/2.6 (including audio/media compression), 2.9/3.6 (including PPMd, and all stock filters) and also RAR 5 now.