diff options
Diffstat (limited to 'ocamlbuild/ocaml_specific.mli')
-rw-r--r-- | ocamlbuild/ocaml_specific.mli | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/ocamlbuild/ocaml_specific.mli b/ocamlbuild/ocaml_specific.mli new file mode 100644 index 000000000..1234b0dec --- /dev/null +++ b/ocamlbuild/ocaml_specific.mli @@ -0,0 +1,17 @@ +(***********************************************************************) +(* 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 *) +val nop : 'a -> 'b -> unit +val ocaml_lib : ?extern:bool -> ?byte:bool -> ?native:bool -> ?dir:Pathname.t -> Pathname.t -> unit + +val init : unit -> unit |