Difference between revisions of "Zlib"

From Free Software Directory
Jump to: navigation, search
m (<replacetext_editsummary>)
(Added Ruby link)
 
(12 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
{{Entry
 +
|Name=zlib
 +
|Short description=library used for data compression.
 +
|Full description=zlib is a general purpose data compression library.  All the code is thread safe.
 +
|Homepage URL=http://www.zlib.net/
 +
|Is High Priority Project=No
 +
|Documentation note=The data format used by the zlib library is described by the following RFCs:
  
 +
*[http://tools.ietf.org/html/rfc1950 RFC 1950] (zlib format)
 +
*[http://tools.ietf.org/html/rfc1951 RFC 1951] (deflate format)
 +
*[http://tools.ietf.org/html/rfc1952 RFC 1952] (gzip format)
 +
 +
All functions of the compression library are documented in the file zlib.h. A usage example of the library is given in the file test/example.c which also tests that the library is working correctly.  Another example is given in the file test/minigzip.c.  The compression library itself is composed of all source files in the root directory.
 +
 +
To compile all files and run the test program, follow the instructions given at the top of Makefile.in.  In short "./configure; make test", and if that goes well, "make install" works for GNU and BSD systems.
 +
|Decommissioned/Obsolete=No
 +
|Accepts cryptocurrency donations=No
 +
|Version identifier=1.2.8
 +
|Version date=2013/04/28
 +
|Version status=stable
 +
|Version download=ftp://ftp.simplesystems.org/pub/png/src/zlib/zlib-1.2.8.tar.xz
 +
|Test entry=No
 +
|Last review by=Bendikker
 +
|Last review date=2018/04/17
 +
|Submitted date=2013/09/19
 +
|Is GNU=No
 +
}}
 +
{{Project license
 +
|License=Zlib
 +
|License copyright=Jean-loup Gailly and Mark Adler
 +
|License verified by=[[User:Genium|Genium]]
 +
|License verified date=2013/09/19
 +
}}
 +
{{Person
 +
|Real name=Jean-loup Gailly
 +
|Role=Maintainer
 +
|Email=jloup@gzip.org
 +
}}
 +
{{Person
 +
|Real name=Mark Adler
 +
|Role=Maintainer
 +
|Email=madler@alumni.caltech.edu
 +
}}
 +
{{Person
 +
|Real name=Gilles Vollant
 +
|Role=Contributor
 +
|Email=info@winimage.com
 +
}}
 +
{{Resource
 +
|Resource audience=Ruby (Ref)
 +
|Resource URL=https://rubygems.org/gems/zlib
 +
}}
 +
{{Resource
 +
|Resource audience=Debian (Ref)
 +
|Resource URL=https://tracker.debian.org/pkg/zlib
 +
}}
 +
{{Resource
 +
|Resource audience=Users
 +
|Resource kind=Homepage
 +
|Resource URL=http://zlib.net/
 +
}}
 +
{{Resource
 +
|Resource audience=Contributors
 +
|Resource kind=Support
 +
|Resource URL=mailto:zlib@gzip.org
 +
}}
 +
{{Resource
 +
|Resource audience=Users
 +
|Resource kind=General
 +
|Resource URL=http://zlib.net/zlib_faq.html
 +
}}
 +
{{Software category
 +
|Library=C
 +
|Use=compressing
 +
}}
 +
{{Featured}}

Latest revision as of 11:55, 17 April 2018


[edit]

zlib

http://www.zlib.net/
library used for data compression.

zlib is a general purpose data compression library. All the code is thread safe.





Licensing

License

Verified by

Verified on

Notes

License

Zlib

Verified by

Genium

Verified on

19 September 2013




Leaders and contributors

Contact(s)Role
Mark Adler Maintainer
Gilles Vollant Contributor
Jean-loup Gailly Maintainer


Resources and communication

AudienceResource typeURI
Ruby (Ref)https://rubygems.org/gems/zlib
UsersGeneralhttp://zlib.net/zlib_faq.html
ContributorsSupportmailto:zlib@gzip.org
Debian (Ref)https://tracker.debian.org/pkg/zlib
UsersHomepagehttp://zlib.net/


Software prerequisites




Entry
















"Ruby (Ref)" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Debian (Ref)" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Users" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Contributors" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Users" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.








Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.