Communications and networking
Redditwatcher
[23-Apr-2008,
Development code]
Redditwatcher is an Ocaml program that follows the evolution of the scores (up and downvotes, number of comments) of stories appearing on Reddit. Typically, it takes the 50 newest stories and samples their scores at reasonable intervals, writing results into little marshalled files that can be converted to gnuplottable and R-loadable files.
Games
Frisch's Sudoku Solver
[23-Nov-2005, version
20051117.,
Beta]

A solver for the Sudoku game.
FunLife
[07-Mar-2008, version
051207,
Beta]
The Game of Life.
Features : zoom in/out capability, run at different speeds or by steps, drag the view even when it runs, shapes, colours, grids selections, support standard life file format for input / output, can show next state information with colours or shapes, undo / redo.
Mini Gosix
[23-Mar-2009, version
1.0,
Stable]
Mini Gosix is a small program that allows you to play Gosix board game (by Pierre Canuel) against a computer opponent. There are selectable difficulty levels and GUI. Program is written in OCaml using TK widgets.
Pentaminos
[10-Aug-2001,
Stable]
Solves the Pentaminos puzzle.
Languages interfaces
An example of OCaml/Fortran interface
[10-Aug-2001,
Development code]
Multimedia
Audio
Mp3tag
[16-Jan-2002, version
1.0,
Stable]

A library containing functions to read or write mp3 tags.
3D graphics
Binkhop
[30-Apr-2008, version
0.01,
Beta]
Binkohp is a little game inspired by the Mah-jong and extended to 3D.
Glome
[12-Jan-2007, version
0.2,
Alpha]
An experimental ray tracer using LablGL.
Mandelbrot renderer
[23-Nov-2005,
Beta]

A very serious Mandelbrot
renderer. The program is 35 lines of OCaml and renders using OpenGL.
Mini ray tracer
[29-Apr-2005,
Development code]
A little ray tracer in OCaml to test its viability for the shootout.
2D graphics
2D maze generator
[14-Mar-2005,
Beta]
A little OCaml program to generate random 2D
mazes, render them using OpenGL and generate PostScript output.
dispimg
[28-Apr-2004, version
1.0.0,
Beta]
Exceedingly simple, lightweight, image viewer, using lablgtk2.
N-edged undirected graphs
[07-Mar-2008,
Beta]
An OCaml program that outputs the set of N-edged graphs (polynema) to a standard .dot file.
Science
Maths and Logic
sk
[21-Jan-2008,
Development code]
sk' is intended to allow experimentation with combinatory logic.
System
System files
Servinfo
[03-Feb-2004, version
1.0.0,
Stable]
A little tool for looking up entries from /etc/services.
File systems and system administration
mltree
[13-Nov-2008,
Alpha]
mltree is similar to the unix command line utility 'tree', but with some differences.
XML
Parsers and pretty-printers
Octal
[06-Mar-2006,
Development code]
This is a toy implementation of Zope's TAL (Template Attribute Language) for
OCaml, conveniently named 'Octal'. It is built on top of Camlp4 and Xml-Light.
The purpose of TAL is to have a template that is a valid XML or HTML document
that already renders like the resulting document.
Tony
[09-Aug-2001, version
0..9.1,
Beta]
Tony is a simple XML parser and pretty printer for Objective Caml. While you would most likely use it as a library it comes for demonstration purposes as an application. Tony reads an XML file and pretty prints it nicely. The parser is implemented using Lex and Yacc, the pretty printer using Philip Wadler's pretty-printing algebra. Today more complete (and complex) XML parsers for OCaml exist; Tony is still useful if you want to cover the basic case.
Others
Cpsio
[04-Sep-2002,
Development code]
An Objective Caml implementation of the continuation-passing-style output from Olivier Danvy's paper Functional Unparsing.
DominoCaml
[25-Aug-2003, version
3.3,
Beta]
An OCaml GPL software aimed to explore aspects of the dominoes game.