Skip to main content
ZLibDotNet package icon

ZLibDotNet

A fully managed and performant C#/.NET implementation of version 1.2.13 of the zlib compression library which provides in-memory compression, decompression, and integrity checks of uncompressed data. Supports the zlib (RFC 1950) and raw deflate (RFC 1951) data formats but not the gzip or zip formats. Fully open-sourced and continuously integrated on GitHub.

Total Downloads
16.1K
16,051
Published
Mar 17, 2023
Latest stable version

Install

.NET CLI
dotnet add package ZLibDotNet --version 0.1.0
Package Manager Console
Install-Package ZLibDotNet -Version 0.1.0
PackageReference
<PackageReference Include="ZLibDotNet" Version="0.1.0" />

Frameworks

.NETStandard1.3 net6.0 net7.0

Dependencies

NETStandard.Library
.NETStandard1.3
[1.6.1, )
System.Memory
.NETStandard1.3
[4.5.5, )

Adoption guide

Assess this package against its supported frameworks, license, maintenance signals and dependency graph before making it a project standard.

Compatibility metadata lists 3 target frameworks; confirm the exact target used by your application.

How to read this guidance

Sources: published NuGet v3 registry metadata and explicit NuBrowse editorial guides. Refresh: package metadata is refreshed from NuGet when the page loads. Limit: this is not a security, legal or compatibility guarantee; validate the selected version in your project.

Useful next steps

Move from package metadata to a concrete selection or review workflow.