/
Mr.Stalin
/
ZLib.Net
Обзор
Документация
Войти
/
Mr.Stalin
/
ZLib.Net
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
main/src/ComponentAce.Compression.Libs.zlib/project.json
35 строк
1 KB
Eugene Bekker
Initial code commit
30 сен 2016, 19:20
30 сен 2016, 19:20
b320d4b
Код
Авторство
О чём код?
{ "title": "ComponentAce.Compression.Libs.zlib", "description": "ZLIB.NET is a 100% managed version of ZLIB compression library which implements deflate and inflate compression algorithms.\nThis is a .NET Core (.NET Standard) port of the zlib.net library from ComponentAce (http://www.componentace.com/zlib_.NET.htm).", "version": "1.0.4-*", "authors": [ "Jean-loup Gailly", "Mark Adler", "ComponentAce", "Eugene Bekker" ], "copyright": "Copyright © 2006, ComponentAce", "projectUrl": "https://github.com/zyborg/zlib.net", "buildOptions": { "debugType": "portable" }, "dependencies": { }, "frameworks": { "netstandard1.6": { "dependencies": { "NETStandard.Library": "1.6.0" } } }, "packOptions": { "licenseUrl": "https://github.com/zyborg/zlib.net/blob/master/LICENSE", "tags": ["zlib", "deflate"], "owners": ["ebekker"], "repository": { "type": "git", "url": "https://github.com/zyborg/zlib.net" }, "summary": "This is a .NET Core (.NET Standard) port of the ZLIB library from ComponentAce." } }