mod_caml
Copyright (C) 2003 Merjis Ltd. (http://www.merjis.com/)
$Id: README,v 1.7 2004/02/26 12:10:51 rwmj Exp $

For installation instructions, see INSTALL.

For changes since the last version, see CHANGES.

mod_caml is a set of Objective CAML (OCaml) bindings for the Apache
API. It allows you to run "CGI scripts" written in OCaml directly inside
the Apache webserver. However, it is much much more than just that:

 * Bind to any part of the Apache request cycle.
 * Read and modify internal Apache structures.
 * Share modules of code between handlers and scripts.
 * CGI library and templating system (allows separation of code and
   presentation).

mod_caml is distributed under the GNU Library General Public License
(see file COPYING.LIB for terms and conditions).

mod_caml was mainly written by Richard W.M. Jones
(rich@annexia.org). See file AUTHORS for other contributors.

Example handlers and scripts can be found in the examples/
subdirectory.  Please see examples/README for more information.

To find out more about OCaml, see the main site at
http://www.ocaml.org . The author has also written a tutorial at
http://merjis.com/richj/computers/ocaml/tutorial/
