Index: third_party/lzma_sdk/README.ots |
=================================================================== |
--- third_party/lzma_sdk/README.ots (revision 0) |
+++ third_party/lzma_sdk/README.ots (revision 0) |
@@ -0,0 +1,13 @@ |
+Name: LZMA SDK |
+URL: http://www.7-zip.org/sdk.html |
+Version: 9.20 |
+ |
+Description: |
+The LZMA SDK provides the documentation, samples, header files, libraries, and tools you need to develop applications that use LZMA compression. |
+ |
+This package contains minimal necessary files required to compress/decompress |
+LZMA. |
+ |
+The original code was written in C, but we converted them as C++ and introduced |
+"ots::lzma" namespace to avoid conflict with the Chromium's lzma_sdk. Other |
+than that, there is no change. |