X-Git-Url: http://git.nguyen.vg/gitweb/?p=tatoo.git;a=blobdiff_plain;f=myocamlbuild_config.ml;h=ef9d2e67b637dabf19aa590af47b6dff5b2d4463;hp=7ef1631ecc6728e01e91a7990b725986cc79b686;hb=6b66008811639324be623a42037b60e02056772c;hpb=ddd758716b1cd691c8748d2e86c179e803b1d3af diff --git a/myocamlbuild_config.ml b/myocamlbuild_config.ml index 7ef1631..ef9d2e6 100644 --- a/myocamlbuild_config.ml +++ b/myocamlbuild_config.ml @@ -1,3 +1,22 @@ +(***********************************************************************) +(* *) +(* TAToo *) +(* *) +(* Kim Nguyen, LRI UMR8623 *) +(* Université Paris-Sud & CNRS *) +(* *) +(* Copyright 2010-2013 Université Paris-Sud and Centre National de la *) +(* Recherche Scientifique. All rights reserved. This file is *) +(* distributed under the terms of the GNU Lesser General Public *) +(* License, with the special exception on linking described in file *) +(* ../LICENSE. *) +(* *) +(***********************************************************************) + +(* + Time-stamp: +*) + let ocaml_inline = "1000";; let include_path = "include";; let src_path = "src";;