Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 Name: LZMA SDK | |
| 2 URL: http://www.7-zip.org/sdk.html | |
| 3 Version: 9.20 | |
| 4 | |
| 5 Description: | |
| 6 The LZMA SDK provides the documentation, samples, header files, libraries, and t ools you need to develop applications that use LZMA compression. | |
| 7 | |
| 8 This package contains minimal necessary files required to compress/decompress | |
| 9 LZMA. | |
| 10 | |
| 11 The original code was written in C, but we converted them as C++ and introduced | |
| 12 "ots::lzma" namespace to avoid conflict with the Chromium's lzma_sdk. Other | |
| 13 than that, there is no change. | |
| OLD | NEW |