Skip to content

What is the defacto OCaml build tool?

I had wondered:

What is the defacto OCaml build tool?

to which Sylvain replied:

- ocamlbuild (in OCaml distribution)
- OCamlMakefile

Some other use OMake.

One Comment

  1. Axio wrote:

    I just tried Omake (for latex, actually) and it seems to work well.
    Also, it has a option (-P) that automatically rebuilds when there’s a change in a file, and this is quite convenient when you have a dvi/pdf reader that reloads modified files on the fly.

    But omake is not maintained, and seems to depend on FAM, while some systems use Gamin instead (for the fs tracking feature.)

    P!

    Sunday, April 4, 2010 at 9:19 pm | Permalink

Post a Comment

Your email is never published nor shared. Required fields are marked *
*
*