  |
The JoCaml System - http://moscova.inria.fr/jocaml/
Experimental OCaml extension, distributed join-calculus programming model; high-level communication and synchronizing channels, mobile agents, failure detection, garbage collected. Descriptions, documents, downloads. |
  |
COCAN: The OCaml Alliance Network - http://wiki.cocan.org/
Business-focused wiki on OCaml: why managers should choose it, lists of people and firms who use it, how to install on various operating systems, technical resources, user groups. |
  |
Yahoo Groups: OCaml_beginners - http://tech.groups.yahoo.com/group/ocaml_beginners/
Email forum for mutual aid of those who know they're not OCaml gurus yet. |
  |
Programming with Objective Caml - http://www.ocaml-programming.de/
Home of GODI advanced programming environment for OCaml; news, projects with downloads, links, source tree. |
  |
OCaml for Scientists - http://www.ffconsultancy.com/products/ocaml_for_scientists/
This book teaches the fundamentals of programming using OCaml, assuming little prior knowledge of computer programming. Particular emphasis is placed upon programming paradigms rarely seen in current scientific computing, such as exceptions, polymorphism, higher-order functions, nested functions, pattern matching and modules. |
  |
Camomile - http://camomile.sourceforge.net/
Full Unicode Standard 3.2 library for OCaml. English, Japanese. [Open Source, LGPL] |
  |
OCaml Software - http://www.ocaml.info/home/ocaml_sources.html
Includes functional libraries, interfaces to PostgreSQL, LAPACK, Perl regexps; OCamlMakefile, and syntax files for VIM. By Markus Mottl. |
  |
MlGtk - http://cristal.inria.fr/~cuoq/mlgtk.html
An interface between OCaml and the Gtk+ toolkit |
  |
OCaml Advocacy - http://jb.rouquier.free.fr/programmation/ocaml-pub.php
Lists many advantages, some shortcomings. |
  |
Merjis Ltd. - http://www.merjis.com/developers/
Has mod_caml OCaml bindings for Apache API, lets you run CGI scripts written in OCaml directly in Apache webserver; and OCaml tutorial, practical, detailed, for those who already know an imperative or OO language. |
  |
omlet.vim - http://www.vim.org/scripts/script.php?script_id=1196
VIM syntax file for OCaml. |
 |
OCaml Link Database - http://funlinks.camlcity.org/
Large, indexed, sorted repository of software contributions for OCaml community. Descriptions, downloads, author contacts. |
 |
G'Caml - http://www.yl.is.s.u-tokyo.ac.jp/~furuse/gcaml/
O'Caml compiler variant, extends ML polymorphism from parametric to non-parametric (extensional). More complex parametricity gives many features impossible or very hard to achieve otherwise: overloading, e.g., type safe value marshalling, ML value printer. |
 |
Developing Applications with Objective Caml - http://caml.inria.fr/pub/docs/oreilly-book/
By Emmanuel Chailloux, Pascal Manoury, Bruno Pagano; O'Reilly, 2005. Book online. Many topics and examples covered. One drawback: based on old OCaml version. HTML, PDF. |
 |
The Caml Language - http://caml.inria.fr/
This is the official web page of the OCaml development team. Here you'll find the official distribution, the manual, archives of the mailing list, links to tutorials and contributed libraries (in "The Humps"), style guidelines, books about OCaml. |