Browse thread
[ANN] OCaml Batteries Included, alpha 3
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
Date: | 2009-02-07 (15:46) |
From: | Paolo Donadeo <p.donadeo@g...> |
Subject: | Re: [Caml-list] Re: [ANN] OCaml Batteries Included, alpha 3 |
> Fortunately OCaml is ridiculously fast at compiling so there is almost no need > for incremental compilation anyway. Although I would appreciate parallel > builds... The first approach with ocamlbuild is quite difficult because documentation is very incomplete and fragmentary, but give it a try: my life changed since when I gave up with makefiles and started using ocamlbuild. And, of course, ocamlbuild supports parallel and incremental build (-j option). -- Paolo ~ ~ :wq