OLD | NEW |
| 1 Name: LZMA SDK |
| 2 URL: http://www.7-zip.org/sdk.html |
| 3 |
1 This contains a part of LZMA SDK 4.49. | 4 This contains a part of LZMA SDK 4.49. |
2 | 5 |
3 Only the C code required to open 7z archive files and uncompress LZMA | 6 Only the C code required to open 7z archive files and uncompress LZMA |
4 compression has been included. The project files have been rewritten to use | 7 compression has been included. The project files have been rewritten to use |
5 proper file paths and generate a static lib. | 8 proper file paths and generate a static lib. |
6 | |
7 The original source and license are available from | |
8 http://www.7-zip.org/sdk.html. | |
9 | |
10 See the table in src/third_party/README.google for more details. | |
OLD | NEW |