Bin-prot
[13-May-2008, version
1.0.5,
Stable]
A binary protocol generator.
Gammu
[04-Jul-2011, version
0.9,
Beta]
This is a binding to libGammu, which provides abstraction layer to work with different cell phones from different vendors.
json-static
[05-Feb-2008, version
0.9.6,
Beta]


Json-static is a companion for the json-wheel library.
By reading a type definition, the preprocessor inserts code that converts between OCaml types (lists, arrays, tuples, objects, polymorphic variants, ...) and untyped JSON data. Those type definitions are written in a syntax which is very close to regular OCaml type definitions.
json-wheel
[04-Dec-2006, version
1.0.0,
Stable]

json-wheel is an OCaml implementation of the JSON data interchange format,
which can be considered as a lightweight alternative to XML.
jsonpat
[19-Apr-2010, version
0.7,
Beta]

jsonpat is an application for the easy transformation of JSON files.
Lpd
[04-Jul-2011, version
1.1,
Stable]
Lpd is a Line Printer Daemon (LPD) server library written entirely in OCaml. It allows to define your own actions for LPD events. An example of a spooler that prints jobs on win32 machines (through GSPRINT) is provided.
Netamqp
[14-Apr-2011, version
1.0,
Stable]


This library implements an AMQP client for accessing a message broker. The supported protocol version is 0-9-1, and successful tests have been run against RabbitMQ.
The library is designed as an extension to Ocamlnet.
OBus
[13-Dec-2010, version
1.1,
Stable]
OBus is a pure ocaml implementation of DBus. It aims to provide a clean and easy way for ocaml programmers to access and provide dbus services.
ocaml-sphinx
[15-Nov-2010, version
0.0.1,
Development code]
OCaml client API for Sphinx fulltext search engine
ocamlmq
[01-Jul-2010,
Development code]

ocamlmq is a STOMP message broker with features that make it especially suitable for implementing task queues and communication between subsystems.
ODNS
[08-Feb-2011, version
0.3,
Beta]

ODNS is a DNS library written in Objective Caml, with an API only in Objective Caml for now (soon probably a C API as well).
Ooauth
[02-Jul-2008, version
0.1,
Beta]
an implementation of the OAuth
1.0 protocol for OCaml, as well as an OCaml binding to Skydeck web API
(providing access to your cell phone call log).
Riakc
[20-Mar-2013, version
1.0.0,
Beta]
Protobufs Riak client in Ocaml.
Webdav client library
[08-Feb-2011, version
1.0,
Stable]

This library implements the client side of the WebDAV protocol (RFC 4918). The file locking part of WebDAV is omitted, though.
The library uses Ocamlnet's [netclient] library for client-side HTTP, and extends it by providing the required access methods for WebDAV. Additionally, there is also an implementation for Ocamlnet's Netfs.stream_fs abstraction modelling a simple file system.