#######################################################################
#                                                                     #
#                              OCamlGen                               #
#                                                                     #
#                       OCaml module Generator                        #
#                                                                     #
#               EPI Pomdapi, INRIA Paris - Rocquencourt               #
#                                                                     #
#  Copyright 1997-2014 INRIA.                                         #
#  Institut National de Recherche en Informatique et en Automatique.  #
#  All rights reserved. This file is distributed only by permission.  #
#                                                                     #
#  Pierre Weis <Pierre.Weis@inria.fr>                                 #
#                                                                     #
#######################################################################

# $Id: README.in,v 1.5 2014/01/31 09:51:51 fclement Exp $

                                                                        

<Outline>

OCamlGen, OCaml module Generator,
is a generator of pretty-printing routines for values of a given data type.


<Description>

The generated pretty printing routines use the Format module formalism to
print the material, hence leading to automatic indentation and line breaking.


<Installation>

To install OCamlGen, follow the instructions in the INSTALL file.


<Support>

Please send bug reports and comments to .


<License>

OCamlGen is a free software distributed under the BSD license,
see the LICENSE file for details.
