(**************************************************************************) (* *) (* Menhir *) (* *) (* François Pottier, INRIA Rocquencourt *) (* Yann Régis-Gianas, PPS, Université Paris Diderot *) (* *) (* Copyright 2005-2008 Institut National de Recherche en Informatique *) (* et en Automatique. All rights reserved. This file is distributed *) (* under the terms of the Q Public License version 1.0, with the change *) (* described in file LICENSE. *) (* *) (**************************************************************************) (* This module defines a number of installation settings. Its source code is generated by the main [Makefile]. *) (* The directory where Menhir's standard library, [standard.mly], is installed. *) val libdir: string (* Whether MenhirLib was installed via [ocamlfind] or (manually) in the above directory. *) val ocamlfind: bool