Joveler.Compression.ZLib
4.0.0
zlib pinvoke library for .NET.
The library provides the fast native implementation of DeflateStream, ZLibStream, GZipStream.
It also supports fast calculation of CRC32 and Adler32 checksum.
Supports Windows, Linux and macOS.
Install-Package Joveler.Compression.ZLib -Version 4.0.0
dotnet add package Joveler.Compression.ZLib --version 4.0.0
<PackageReference Include="Joveler.Compression.ZLib" Version="4.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Joveler.Compression.ZLib --version 4.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Usage
Please refer to this document.
Tested zlib Versions
- 1.2.11 (Included)
Support
Targeted .NET platforms
- .NET Standard 2.1 (.NET Core 3.0+)
- .NET Standard 2.0 (.NET Framework 4.6.1+, .NET Core 2.0+)
- .NET Framework 4.5.1
If you need .NET Standard 1.3 support, use v1.1.2 instead.
Supported OS platforms
- Windows (x86, x64)
- Linux (x64, arm, arm64)
- macOS (x64)
Usage
Please refer to this document.
Tested zlib Versions
- 1.2.11 (Included)
Support
Targeted .NET platforms
- .NET Standard 2.1 (.NET Core 3.0+)
- .NET Standard 2.0 (.NET Framework 4.6.1+, .NET Core 2.0+)
- .NET Framework 4.5.1
If you need .NET Standard 1.3 support, use v1.1.2 instead.
Supported OS platforms
- Windows (x86, x64)
- Linux (x64, arm, arm64)
- macOS (x64)
Release Notes
- Native libraries are now placed following NuGet convention-based working directory on .NET Standard build.
Dependencies
-
.NETFramework 4.5.1
- Joveler.DynLoader (>= 2.0.0)
- System.Memory (>= 4.5.4)
-
.NETStandard 2.0
- Joveler.DynLoader (>= 2.0.0)
- System.Memory (>= 4.5.4)
-
.NETStandard 2.1
- Joveler.DynLoader (>= 2.0.0)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.