Updated 2013-10-01 00:41:09 by RLE
Identifier: ztcl
Version: 1.0
State: beta
Title: ZLib for TCL
Creator: Marco Maggi
Description: wrapper for the ZLib compression library
Rights: Modified BSD
URL: http://download.gna.org/ztcl/1.0/
Depends: tclmore http://download.gna.org/tclmore/
Architecture: unix
Subject: data compression

ZTCL provides access to the ZLIB compression and decompression functionalities, as well as the capability to read and write files in the .gz format, the one used by gzip.

ZTCL has been tested with ZLIB version 1.2.1 and TCL version 8.4. To compile ZTCL the library (libz.so.1.2.1 on UNIX-like systems) and the header file (zlib.h) must be installed.

ZTCL depends on TCLMORE: another extension to the TCL language. A version of TCLMORE must be installed on the system to use ZTCL. Version 0.7 is required.

See tclmore.

Note that as of Tcl 8.6, Tcl includes an in-core interface to the zlib compression functions.