  |
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. |
  |
http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/lablgtk.html - http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/lablgtk.html
OCaml Gtk+ interface. |
  |
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. |
  |
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://cristal.inria.fr/~cuoq/mlgtk.html - http://cristal.inria.fr/~cuoq/mlgtk.html
An interface between OCaml and the Gtk+ toolkit |
  |
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 Advocacy - http://www.rouquier.org/jb/programmation/ocaml-pub.php
Lists many advantages, some shortcomings. |
  |
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. |
  |
Camomile - http://camomile.sourceforge.net/
Full Unicode Standard 3.2 library for OCaml. English, Japanese. [Open Source, LGPL] |
  |
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. |
  |
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. |
  |
Perl4Caml - http://merjis.com/developers/perl4caml/
Allows using any CPAN Perl code within OCaml. |
  |
Objective Label - http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/
Extension of OCaml with labeled and optional parameters, and polymorphic variants and methods. |
  |
http://pycaml.sourceforge.net/ - http://pycaml.sourceforge.net/
Lets users build native OCaml libraries and use them from Python and conversely. |
  |
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. |
  |
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. |