                             MINIMALIST CAMLP5

This is a cut-down release of Camlp5 5.15 produced by Proof Technologies Ltd,
provided as a minimalist alternative to the full original Camlp5 5.15 release
provided by Daniel de Rauglaudre.

The following minor changes have been made to the functionality:

 - The "Camlp5 Parsing version 5.15" startup message is suppressed
 - Error messages are preceded by "[OCAML]"

For detailed descriptions of the differences, refer to MINI_CAMLP5_CHANGES.


INSTALLATION

Installation follows the full Camlp5 5.15 classic Make-style process:

1. To configure a default installation that puts the Camlp5 executables in the
  same directory as your OCaml's 'bin' directory, enter the following:

     > ./configure

  Alternatively, to specify a particular directory for the Camlp5 executables,
  for example if you do not have write permission for the OCaml 'bin' directory,
  use the --bindir option (and ensure that this directory is in your user
  exeuction path):

     > ./configure --bindir <dir>

2. Enter the following to complete the installation:

     > make world
     > make install
     > make clean

  Note that the "make install" command needs to be performed by a user who has
  write permission for the 'bin', 'lib' and 'man' directories chosen in step 1.

