16 lines
518 B
Plaintext
16 lines
518 B
Plaintext
#%Module1.0
|
|
|
|
module-whatis "compression library"
|
|
module-url "http://zlib.net/"
|
|
module-license "BSD like, see $PREFIX/share/doc/zlib/README"
|
|
module-maintainer "Achim Gsell <achim.gsell@psi.ch>"
|
|
|
|
module-help "
|
|
zlib 1.2.11 is a general purpose data compression library. All the code is
|
|
thread safe. The data format used by the zlib library is described by RFCs
|
|
(Request for Comments) 1950 to 1952 in the files
|
|
http://tools.ietf.org/html/rfc1950 (zlib format), rfc1951 (deflate format) and
|
|
rfc1952 (gzip format).
|
|
"
|
|
|