Difference between revisions of "Zlib"

From Free Software Directory
Jump to: navigation, search
m (typo)
m (rewording)
Line 12: Line 12:
 
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.
  
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" should work for GNU and BSD systems.
+
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.
 
|Version identifier=1.2.8
 
|Version identifier=1.2.8
 
|Version date=2013/04/28
 
|Version date=2013/04/28

Revision as of 23:29, 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.


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