zlib.static 1.2.5

There is a newer version of this package available.
See the version list below for details.

Requires NuGet 2.5 or higher.

dotnet add package zlib.static --version 1.2.5
NuGet\Install-Package zlib.static -Version 1.2.5
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="zlib.static" Version="1.2.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add zlib.static --version 1.2.5
#r "nuget: zlib.static, 1.2.5"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install zlib.static as a Cake Addin
#addin nuget:?package=zlib.static&version=1.2.5

// Install zlib.static as a Cake Tool
#tool nuget:?package=zlib.static&version=1.2.5

zlib is a general purpose data compression library.  All the code is
     thread safe.  The data format used by the zlib library is described by RFCs
     (Request for Comments) 1950 to 1952 in the files
     http://www.ietf.org/rfc/rfc1950.txt (zlib format), rfc1951.txt (deflate format)
     and rfc1952.txt (gzip format).

Product Compatible and additional computed target framework versions.
native native is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on zlib.static:

Package Downloads
libpng.static

Reference library for supporting the Portable Network Graphics (PNG) format.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.2.11 701 11/18/2021
1.2.5 2,965 9/17/2020

- Disable visibility attribute in win32/Makefile.gcc [Bar-Lev]
     - Default to libdir as sharedlibdir in configure [Nieder]
     - Update copyright dates on modified source files
     - Update trees.c to be able to generate modified trees.h
     - Exit configure for MinGW, suggesting win32/Makefile.gcc