Re: Which build tool to use?
| Newsgroups | gmane.comp.lang.ocaml.beginners |
|---|---|
| Message-ID | <20150918024517.Horde.1zSBPL5eEKwoo_a4f7DZNpJ@webmail.in-berlin.de> |
Hi, Zitat von "Ashish Agarwal [email protected] [ocaml_beginners]" <[email protected]> (Thu, 17 Sep 2015 09:51:25 -0400) [...] > - Jenga. It mostly takes the right approach. Why does it take "the right approach"? What criteria do you used for this statement? > The tool is an OCaml library, > so you have the full power of OCaml to write your build system. Hmhh, wouldn't it be better to have something that is independent of OCaml itself (orthogonal, and possibly also working for other languages)? [...] > - OCamlMakefile. A pre-written Makefile. I haven't used it myself, but > supposedly it is good enough for many projects. [...] For my projects OCamlMakefile has turned out to be very useful. Just some lines with settings in the Makefile, including OCamlMakefile, and it's working. For any project that is not trivial but also not too complex, this seems to be the easiest, most convenient way to me. Ciao, Oliver