The Caml Humps
Powered by OCaml !

Caml Light / OCaml

Makefiles, autoconf support, ...

Latest adds/updates
DateNameDescription
2001-08-10A generic Caml-light MakefileA generic Makefile for Caml-light projects.
By Pierre Weis
2001-08-10A generic MakefileA generic Makefile for OCaml projects.
By Pierre Weis
2001-10-23A sample configure.inA sample configure.in to provide configure scripts for OCaml projects.
By Jean-Christophe Filliātre
2001-10-23A sample Makefile.inA sample Makefile.in to use with the sample configure.in script.
By Jean-Christophe Filliātre
2001-12-13CamlMakeAn interface to compile OCaml programs under Microsoft Visual C++ IDE.
By Nicolas Cannasse
2004-01-04FindlibThe findlib library provides a scheme to manage reusable software components (packages), and includes tools that support this scheme.
By Gerd Stolpmann
2001-08-09findlib-browserCGI script that browses packages managed by findlib.
By Gerd Stolpmann
2003-03-04KatmakeA Makefile generator like the GNU automake utility. It is specifically designed for generating Makefile for OCAML language.
By Hugues Cassé
2002-09-19OCamakeAn automatic compiler for the OCaml language (has special features for integration under MS Visual Studio).
By Nicolas Cannasse
2004-05-12OcamlConfOcamlconf is like autoconf but much simpler, utterly ocaml-centric, and dependent on findlib.
By Kenn Knowles
2002-08-04ocamldsortA tiny command line tool to sort .ml files according to their dependencies, in order to link the corresponding .cmo files.
By Dimitri Ara
2004-09-03OCamlMakefileAutomated compilation of complex OCAML-projects.
By Markus Mottl
2005-02-17OMakeOMake is a build system designed especially for large projects. It uses a syntax similar to make utilies you may have used, but with enhancements.
By Jason Hickey