Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ascheglov/lzma-cpp
LZMA2 Decoder
https://github.com/ascheglov/lzma-cpp
Last synced: 18 days ago
JSON representation
LZMA2 Decoder
- Host: GitHub
- URL: https://github.com/ascheglov/lzma-cpp
- Owner: ascheglov
- Created: 2014-08-03T12:37:07.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-08-03T12:58:16.000Z (over 10 years ago)
- Last Synced: 2024-07-31T22:58:57.981Z (3 months ago)
- Language: C
- Size: 172 KB
- Stars: 4
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.