slackbuilds_ponce/development/trf/README
Zbigniew Baniewski 92e719c0eb development/trf: Added (transformer extension library for Tcl)
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
2011-01-10 15:04:25 -06:00

5 lines
368 B
Text

Trf extends the TCL language at the C-level with so-called ``transformer''
procedures. With the help of some patches to the core the package is able
to intercept all read/write operations on designated channels, thus giving
it the ability to transform the buffer contents as desired. This allows
things like transparent encryption, compression, charset recoding, etc.