  |
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. |
  |
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. |
  |
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. |
  |
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. |
  |
OCaml Link Database - http://funlinks.camlcity.org/
Large, indexed, sorted repository of software contributions for OCaml community. Descriptions, downloads, author contacts. |
  |
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. |
  |
http://www.yl.is.s.u-tokyo.ac.jp/~furuse/gcaml/ - 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. |
  |
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. |
  |
OCaml Advocacy - http://www.rouquier.org/jb/programmation/ocaml-pub.php
Lists many advantages, some shortcomings. |
  |
Camomile - http://camomile.sourceforge.net/
Full Unicode Standard 3.2 library for OCaml. English, Japanese. [Open Source, LGPL] |
  |
O'Jacare - http://www.pps.jussieu.fr/~henry/ojacare/index.en.html
Object-oriented interface between OCaml and Java, code generator to aid interoperability via their object models, defines an IDL and allows a safety execution by static typechecking. |
  |
Programming with Objective Caml - http://www.ocaml-programming.de/
Home of GODI advanced programming environment for OCaml; news, projects with downloads, links, source tree. |
  |
CocOCaml - http://www.cs.unm.edu/~wneumann/cococaml/
A Cocoa based wrapper for the OCaml toplevel environment. It was written to solve a number of the problems one usually runs into while running the toplevel under OS X's terminal. |
  |
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. |