  |
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. |
  |
LablGTK - http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/lablgtk.html
OCaml Gtk+ interface. |
  |
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. |
  |
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. |
  |
OCaml Link Database - http://funlinks.camlcity.org/
Large, indexed, sorted repository of software contributions for OCaml community. Descriptions, downloads, author contacts. |
  |
Objective Label - http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/
Extension of OCaml with labeled and optional parameters, and polymorphic variants and methods. |
  |
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. |
  |
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. |
  |
Camomile - http://camomile.sourceforge.net/
Full Unicode Standard 3.2 library for OCaml. English, Japanese. [Open Source, LGPL] |
  |
OCaml Advocacy - http://www.rouquier.org/jb/programmation/ocaml-pub.php
Lists many advantages, some shortcomings. |
  |
MlGtk - http://cristal.inria.fr/~cuoq/mlgtk.html
An interface between OCaml and the Gtk+ toolkit |
  |
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 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. |
  |
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. |
  |
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. |