On Sun, 20 Jul 2003, Lars Hellström wrote:
I have to ftp.dante.de uploaded an archive tclldoc.tar.gz into /incoming. I would like to have the contents placed in macros/latex/contrib/tclldoc. The contents replace those of macros/latex/contrib/supported/tcldoc, so that directory can be replaced by a link to macros/latex/contrib/tclldoc. (The package has been renamed since I uploaded that.)
Thanks for the upload, I installed the update to
macros/latex/contrib/tclldoc
and a link in
macros/latex/contrib/tcldoc
Note that the supported subdirectory does no longer exist, except as a link.
The the CTAN Team Rainer Schöpf
The license is LPPL.
From the README:
The purpose of the tclldoc package and class is to simplify using the classical doc/docstrip style of literate programming with Dr. John Ousterhout's Tool Command Language (Tcl, pronounced tickle, a.k.a. The Cool Language). The tclldoc package is a bit like the doc package is for LaTeX, whereas the tclldoc class more parallels the ltxdoc class.
The tools subdirectory of this directory contains two tools that you may find useful complements to the tclldoc package. Both are Tcl scripts that make it possible to source Tcl code stored in a .dtx file without using docstrip to generate any .tcl file in between. Naturally, they are both distributed as pairs of .dtx and .ins files, so they can also be used as examples of using the tclldoc package.
The examples subdirectory of this directory contains two more examples of Tcl packages written in the doc/docstrip style of literate programming. One is a package for writing PDF files, the other a package for parsing Tcl scripts.
Lars Hellström