Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ascheglov/lzma-cpp

LZMA2 Decoder
https://github.com/ascheglov/lzma-cpp

Last synced: 18 days ago
JSON representation

LZMA2 Decoder

Awesome Lists containing this project

README

        

# LZMA2 decoder

*Version 0.1 alpha*

**lzma-cpp** is the LZMA2 decoder from the LZMA SDK ported to C++.

## Library contents

- C++ LZMA2 decoder
(no encoder yet)

## Installation

This is a header-only library.
Just add the `include` directory to compiler's header search path.

## Supported compilers and platforms

TBD. Tested with VC++2013 x32, mingw-4.9.1 x64.

## License

**lzma-cpp** is placed in the public domain.
Original LZMA implementation was written by Igor Pavlov (LZMA SDK).
Ported to C++ by Anatoly Scheglov.