LzmaLib.Static
9.20.0
Requires NuGet 2.5 or higher.
dotnet add package LzmaLib.Static --version 9.20.0
NuGet\Install-Package LzmaLib.Static -Version 9.20.0
<PackageReference Include="LzmaLib.Static" Version="9.20.0" />
paket add LzmaLib.Static --version 9.20.0
#r "nuget: LzmaLib.Static, 9.20.0"
// Install LzmaLib.Static as a Cake Addin #addin nuget:?package=LzmaLib.Static&version=9.20.0 // Install LzmaLib.Static as a Cake Tool #tool nuget:?package=LzmaLib.Static&version=9.20.0
LZMA SDK provides the documentation, samples, header files, libraries,
and tools you need to develop applications that use LZMA compression.
LZMA is default and general compression method of 7z format
in 7-Zip compression program (www.7-zip.org). LZMA provides high
compression ratio and very fast decompression.
LZMA is an improved version of famous LZ77 compression algorithm.
It was improved in way of maximum increasing of compression ratio,
keeping high decompression speed and low memory requirements for
decompressing.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
native | native is compatible. |
-
- YY.NuGet.Import.Helper (>= 1.0.0.3)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
9.20.0 | 747 | 9/19/2020 |
- New small SFX module for installers (SfxSetup).
- The BUG in LZMA SDK 9.* was fixed: LZMA2 codec didn't work,
if more than 10 threads were used (or more than 20 threads in some modes).
- PPMd compression method support