  This is the rt library, compatible with Caml-Light version 0.5.


OVERVIEW:

  The rt library is a X toolkit for Caml-Light, under Unix, allowing
to write programs creating windows with buttons, texts, titles, popup
menus, scrollbars, texts, graphics, and so forth.

  The rt library is implemented using the X library (libX11.a),
without using the X widgets, nor X intrinsics. Some (not all)
functions of the X library have an interface with Caml-Light,
invisible to the user of the rt library.


CONTENTS:

  Makefile	main Makefile, to create and install librt
  Xlib/		stubs for interface with Xlib (written in C)
  rt/		sources of rt library (written in Caml-Light)
  doc/		documentation (latex file: rt.ml.tex)
  examples/	examples
  INSTALL	instructions for installation
  README	this file
  Imakefile	main Imakefile
  config/	configurations files for the Imakefiles
  mkstub/	shells and awk files to create new stubs
  tools/	shells to run examples and toplevels
  zdep/		shells and awk files to make Caml-Light files dependencies
  ARCH_INFO	information if you want to have several subdirectories
                for each machine architecture


INSTALLATION:

  See the file INSTALL for installation instructions.


DOCUMENTAION:

  The rt library is described in the latex file doc/rt.ml.tex.

  For documentation about Caml-Light, see the distribution of
Caml-Light 0.5.
