diff options
Diffstat (limited to 'ocamlbuild/ocamlbuildlight.ml')
-rw-r--r-- | ocamlbuild/ocamlbuildlight.ml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/ocamlbuild/ocamlbuildlight.ml b/ocamlbuild/ocamlbuildlight.ml new file mode 100644 index 000000000..e0e90041c --- /dev/null +++ b/ocamlbuild/ocamlbuildlight.ml @@ -0,0 +1,14 @@ +(***********************************************************************) +(* ocamlbuild *) +(* *) +(* Nicolas Pouillard, Berke Durak, projet Gallium, INRIA Rocquencourt *) +(* *) +(* Copyright 2007 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. *) +(* *) +(***********************************************************************) + +(* $Id$ *) +(* Original author: Nicolas Pouillard *) +Ocamlbuild_pack.Main.main ();; |