Difference between revisions of "Zlib"

From Free Software Directory
Jump to: navigation, search
m (typo)
m (dash)
Line 6: Line 6:
 
[http://tools.ietf.org/html/rfc1950 rfc1950] (zlib format), [http://tools.ietf.org/html/rfc1951 rfc1951] (deflate format) and [http://tools.ietf.org/html/rfc1952 rfc1952] (gzip format).
 
[http://tools.ietf.org/html/rfc1950 rfc1950] (zlib format), [http://tools.ietf.org/html/rfc1951 rfc1951] (deflate format) and [http://tools.ietf.org/html/rfc1952 rfc1952] (gzip format).
 
|Homepage URL=http://www.zlib.net/
 
|Homepage URL=http://www.zlib.net/
|Documentation note=[http://tools.ietf.org/html/rfc1950 RFC1950] (zlib format)
+
|Documentation note=*[http://tools.ietf.org/html/rfc1950 RFC1950] (zlib format)
[http://tools.ietf.org/html/rfc1951 rfc1951] (deflate format)
+
*[http://tools.ietf.org/html/rfc1951 rfc1951] (deflate format)
[http://tools.ietf.org/html/rfc1952 RFC1952] (gzip format)
+
*[http://tools.ietf.org/html/rfc1952 RFC1952] (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.
 
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.

Revision as of 08:35, 19 September 2013


[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
















"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.








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.