2D maze generator
[14-Mar-2005,
Beta]
A little OCaml program to generate random 2D
mazes, render them using OpenGL and generate PostScript output.
An example of OCaml/Fortran interface
[10-Aug-2001,
Development code]
Binkhop
[30-Apr-2008, version
0.01,
Beta]
Binkohp is a little game inspired by the Mah-jong and extended to 3D.
Cpsio
[04-Sep-2002,
Development code]
An Objective Caml implementation of the continuation-passing-style output from Olivier Danvy's paper Functional Unparsing.
dispimg
[28-Apr-2004, version
1.0.0,
Beta]
Exceedingly simple, lightweight, image viewer, using lablgtk2.
DominoCaml
[25-Aug-2003, version
3.3,
Beta]
An OCaml GPL software aimed to explore aspects of the dominoes game.
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.
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 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.
Mini ray tracer
[29-Apr-2005,
Development code]
A little ray tracer in OCaml to test its viability for the shootout.
mltree
[13-Nov-2008,
Alpha]
mltree is similar to the unix command line utility 'tree', but with some differences.
Mp3tag
[16-Jan-2002, version
1.0,
Stable]

A library containing functions to read or write mp3 tags.
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.
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.
Pentaminos
[10-Aug-2001,
Stable]
Solves the Pentaminos puzzle.
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.
Servinfo
[03-Feb-2004, version
1.0.0,
Stable]
A little tool for looking up entries from /etc/services.
sk
[21-Jan-2008,
Development code]
sk' is intended to allow experimentation with combinatory logic.
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.