diff options
author | Nicolas Pouillard <np@nicolaspouillard.fr> | 2007-02-07 08:59:16 +0000 |
---|---|---|
committer | Nicolas Pouillard <np@nicolaspouillard.fr> | 2007-02-07 08:59:16 +0000 |
commit | 381e325c0f7c9f4188c2a4e6421b46d41c0c007c (patch) | |
tree | 194fbc6442deb3d79b6c595f30f356ed58f063cb /ocamlbuild/ocaml_specific.mli | |
parent | 2d26308ad4d34ea0c00e44db62c4c24c7031c78c (diff) | |
download | ocaml-381e325c0f7c9f4188c2a4e6421b46d41c0c007c.tar.gz |
Add the ocamlbuild directory
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@7823 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
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 0000000000..1234b0dec2 --- /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 |