The Caml Humps
Powered by OCaml !

Caml Light / OCaml

Compilation tools and libs

Latest adds/updates
DateNameDescription
2001-08-10asmdynlinkEnables any OCAML native code program to load and execute CMO files. Uses the same interface as the Dynlink library of the Ocaml distribution.
By Fabrice Le Fessant
2003-11-25AutomliA .ml to .mli generator using filters to export or hide elements.
By Jim Farrand
2001-09-20CDKThe Caml Development Kit (CDK) is a package containing a set of useful tools and libraries for programming in Objective-Caml.
By Sébastien Ailleret, Alan Schmitt, Fabrice Le Fessant
2001-08-09display
By Jean-Christophe Filliâtre
2001-08-09dl-runtimeUsing primitives from shared libraries. Patch to OCaml 3.00 compiler.
By Alain Frisch
2002-05-16Dynamic CamlA high-level run-time code generation library for Objective Caml.
By Anton Moskal, Dmitry Lomov
2003-03-03FFTW-GELFFTW-GEL is an architecture-specific version of FFTW.
By Stefan Kral
2004-10-28GODIAn experimental source-based O'Caml distribution.
By Gerd Stolpmann
2004-03-08NativizeCompile and run native functions from the toplevel.
By Issac Trotts
2001-08-09ocaml-optionOptional value fields in modules.
By Alain Frisch
2002-12-30ocamldefunDefunctorizer for OCaml.
By Julien Signoles
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
2002-03-05OCamlErrorAnnotate uncaught exception stack traces in a readable and editor-friendly way.
By Christian Lindig, Norman Ramsey
2003-05-12ODLLA tool to create a Win32 DLL from an OCaml library, automatically generating the C stubs needed to interface the OCaml code and the C code and the .H interface.
By Nicolas Cannasse