zlib.static 1.2.5

The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.

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.
<PackageVersion Include="zlib.static" Version="1.2.5" />
                    
Directory.Packages.props
<PackageReference Include="zlib.static" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version 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.
#addin nuget:?package=zlib.static&version=1.2.5
                    
Install as a Cake Addin
#tool nuget:?package=zlib.static&version=1.2.5
                    
Install as a Cake Tool

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

- 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