rmt.zlib 1.2.8.1

The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package rmt.zlib --version 1.2.8.1
NuGet\Install-Package rmt.zlib -Version 1.2.8.1
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="rmt.zlib" Version="1.2.8.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add rmt.zlib --version 1.2.8.1
#r "nuget: rmt.zlib, 1.2.8.1"
#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 rmt.zlib as a Cake Addin
#addin nuget:?package=rmt.zlib&version=1.2.8.1

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

zlib is a software library used for data compression. zlib was written by Jean-Loup Gailly and Mark Adler and is an abstraction of the DEFLATE compression algorithm used in their gzip file compression program.
zlib is also a crucial component of many software platforms including Linux, Mac OS X, and iOS.
It has also been used in gaming consoles such as the PlayStation 4, PlayStation 3, Wii U, Wii, Xbox One and Xbox 360.

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

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

This is a zlib package in static and dynamic linkage. Build notes:
Version: 1.2.8
Toolset: v140 (VS2015), v140_xp (VS2015 for Windows XP).
Calling convention: CDECL for x86.
VCRT: Multi-threaded DLL (/MD) & Multi-threaded Debug DLL (/MDd).
Debug information: Program Database (/Zi) and Map files for DLL.
Assembler: no-asm.
Author: Kyselgov Evgeny (kyselgov@gmail.com).