Am Mittwoch, den 10.09.2014, 15:29 +0200 schrieb Francois Berenger: > More seriously, concerning build systems, we clearly have quite some > choice on the OCaml shelf: > - obuild > - ocamlbuild > - omake > - oasis (which in fact uses ocamlbuild, don't forget that) oasis is not a build system. It is a package description format that describes how to invoke the build (and more). So far there is only built-in knowledge for ocamlbuild, but this may change, and you can already call any external tool, so you can wrap any build system you want. The intention is here more to create a uniform API for starting the build, which may help packagers and other people who routinely build software. Gerd > - jenga > - [...] > > My preffered is obuild (https://github.com/ocaml-obuild/obuild), > for the terseness, readability and centralization of its build > descriptions. I would love to see the user community of obuild grow, > so that we can get rid of more bugs, be able to compile _any_ > OCaml project with it and implement even more cool features > (contributors are very welcome). > > I don't want a ring to rule them all, jut a ring that fits _my_ finger. ;) > > -- > Regards, > Francois. > -- ------------------------------------------------------------ Gerd Stolpmann, Darmstadt, Germany gerd@gerd-stolpmann.de My OCaml site: http://www.camlcity.org Contact details: http://www.camlcity.org/contact.html Company homepage: http://www.gerd-stolpmann.de ------------------------------------------------------------