Stog
[20-Mar-2013, version
0.8.0,
Beta]

Stog is a kind of Jekyll in OCaml: It is a static web site generator, able to handle blog posts as well as regular pages.
OCamlRSS
[20-Mar-2013, version
2.1.0,
Stable]
OCaml-RSS is an OCaml library providing functions to parse and print RSS 2.0 files.
Jane Street's core library
[20-Mar-2013, version
109.14.00,
Stable]
Jane Street's alternative to the standard library.
Riakc
[20-Mar-2013, version
1.0.0,
Beta]
Protobufs Riak client in Ocaml.
llpp
[20-Mar-2013, version
v15,
Stable]
PDF viewer written in OCaml and mupdf.
Barista
[08-Mar-2013, version
2.0-beta,
Beta]

Library for Java .class file manipulation.
Also a command-line [dis]assembler for Java.
Piqi
[21-Feb-2013, version
0.6.0,
Beta]
Protocol Buffers, JSON and XML serialization".
Merlin
[21-Feb-2013,
Beta]

Merlin is a tool
which providessmart completion, among other things, in your favorite editor.
As of today, Vim and Emacs are supported.
Sequence
[21-Feb-2013, version
0.3.1,
Beta]
Simple sequence abstract datatype, intented to transfer a finite number of elements from one data structure to another. Some transformations on sequences, like filter, map, take, drop and append can be performed before the sequence is iterated/folded on.
Reactive ML
[12-Feb-2013, version
1.08.04,
Stable]


ReactiveML is a programming language dedicated to the implementation of interactive systems as found in graphical user interfaces, video games or simulation problems. ReactiveML is based on the synchronous reactive model of Boussinot embedded in an ML language (here OCaml).
The synchronous reactive model provides synchronous parallel composition and dynamic features like the dynamic creation of processes. In ReactiveML, the reactive model is integrated at the language level (not as a library) which leads to safer and more natural programming.