CamlTk is a library for interfacing Caml (Light or Objective) with Tcl/Tk. This directory contains two versions: * cltk.tar.gz is the library for Caml Light 0.71 (not tested with previous releases). It should be unpacked in the contrib/ directory of your Caml Light source distribution. * ocamltk.tar.gz is the library for Objective Caml. It should be unpacked in the otherlibs/ directory of your Objective Caml distribution. The versions are almost identical for the basic Tk interface, except for syntax differences between the two Caml systems. The Caml Light version has also a demonstration program (source browser for Caml Light modules). The Objective Caml version has also has bindings for BLT 1.8, support for safe versions of the interface (used in Caml applets) and a file selection dialog (contributed by Jun P. Furuse). REQUIREMENTS: You must have Caml Light 0.71 (not tested with previous releases) or Objective Caml. You must have Tcl7.4/Tk4.0, preferably with patchlevel3. CamlTk will *not* work with previous releases of Tcl/Tk (either 7.3/3.6 or beta versions of 7.4/4.0). CamlTk has not been tested with 7.5/4.1, and probably does not work as is with these versions.