Active-DVI
[11-Oct-2004, version
1.6.0,
Stable]

Active-DVI is a Unix-platform DVI previewer and a programmable presenter for slides written in LaTeX.
adwords API
[16-Aug-2005, version
1.0.0,
Stable]
Interface to Google Adwords API. This API offers rapid, type-safe development, command line tools for doing common Adwords operations, interactive access to the API.
Amble
[26-Oct-2004, version
0.1,
Beta]

A library to help writing distributed programs. The library manages all the details relevant to process launching, channel creation, and network communication so as to let the programmer stick to the core of the problem. This allows to write programs that can be distributed on several machines in a concise way, with all the parallel aspects kept implicit (no synchronisation).
Ancient
[16-Oct-2006, version
0.8.0,
Beta]

Ancient is an OCaml module that allows you to use in-memory data structures which are larger than available memory and so are kept in swap. If you try this in normal OCaml code, you'll find that the machine quickly descends into thrashing as the garbage collector repeatedly iterates over swapped memory structures. This module lets you break that limitation. Of course the module doesn't work by magic :-) If your program tries to access these large structures, they still need to be swapped back in, but it is suitable for large, sparsely accessed structures.
Secondly, this module allows you to share those structures between processes. In this mode, the structures are backed by a disk file, and any process that has read/write access that disk file can map that file in and see the structures.
Annexlib
[03-Feb-2004, version
0.13.0,
Beta]


THis library contains a lot of the routines the author find needing all the time that aren't in the standard library (Especially string searching and manipulation), and some other odds and ends that are useful at times. Highlights include wildcard globbing, lots of string searching and manipulation routines, locale support, ~user-style path expansion, and more.
APM
[05-Nov-2002, version
1.00,
Stable]

This package provides basic interface to Linux APM driver for Objective Caml programs.
Aurochs
[03-Dec-2007, version
v60,
Beta]
Aurochs is a parser generator that uses the parse expression grammar
(PEG) or "packrat" approach. It takes a grammar in a BNF-like notation
(a .peg file) and produces bytecode (a .nog file) for a stack automaton.
This bytecode is later interpreted on the input to parse using a C
library. Bindings are given for Ocaml and Java. Aurochs can also
directly produce C or Ocaml code for parsing. It is in use
at Exalead where we use it daily to parse real-world Javascript.
Baire
[09-Sep-2002, version
0.0.0,
Alpha]

A data structures library.
Barista
[10-Sep-2007, version
1.0-alpha,
Alpha]

Library for Java .class file manipulation.
Also a command-line [dis]assembler for Java.
Bin-prot
[13-May-2008, version
1.0.5,
Stable]
A binary protocol generator.
Bitstring
[28-Aug-2008, version
1.9.9,
Stable]
The ocaml-bitstring project adds Erlang-style bitstrings and matching over bitstrings as a syntax extension and library for OCaml.
(This project was formerly known as "bitmatch").
You can use this module to both parse and generate binary formats, files and protocols.
Bitstring handling is added as primitives to the language, making it exceptionally simple to use and very powerful.
Bitv
[09-Aug-2001, version
0.5,
Beta]

A bit vectors library.
BoomSMS
[29-Nov-2005, version
1.0.2,
Stable]
A simple interface to the commercial Boom SMS (text message sending) service.
Cadmium
[10-Sep-2007, version
1.0-alpha,
Alpha]

Java port of ocamlrun, runtime support for Cafesterol.
Cairo-OCaml
[29-May-2006, version
1.0.0,
Stable]
Objective-Caml bindings for the Cairo library.
Cameleon
[28-Nov-2006, version
1.9.17,
Beta]

Development environment for Objective Caml programmers, written in GTK2. It includes an OCaml-scriptable text-editor, a graphical toplevel, a documentation browser, and other useful tools and libs.
CamlBZ2
[07-Nov-2008, version
0.6.0,
Beta]
CamlBZ2 provides OCaml bindings for libbzip2, a popular compression library which typically compresses better (i.e., smaller resulting files) than gzip.
Using CamlBZ2 you can read and write compressed "files", where files can be anything offering an in_channel/out_channel abstraction (files, sockets, ...).
Also, with CamlBZ2 you can compress and decompress strings in memory using the bzip2 compression algorithm.
CamlGI
[17-Feb-2005,
Beta]
CamlGI is a library to enable you to write CGI and FastCGI in OCaml. It is written 100% in OCaml so should run on many platforms. The library supports multiple simultaneous connections and request multiplexing while presenting an easy to use interface.
CamlImages
[11-Oct-2004, version
3.0.1,
Stable]

An image processing library, which provides loading and saving various image formats with an interface for the Caml graphics library. It has also an interface with the freetype library to draw texts using truetype fonts.
Camlish
[27-Oct-2008, version
0.01,
Alpha]

A simple module for shell scripting in OCaml.
CamlTK
[10-Aug-2001]
A library for interfacing Objective Caml with the scripting language Tcl/Tk which is included in the OCaml distribution.
Camomile
[28-Aug-2006, version
0.7.1,
Beta]

Camomile is a comprehensive Unicode library for OCaml. Camomile provides Unicode character type, UTF-8, UTF-16, UTF-32 strings, conversion to/from about 200 encodings, collation and locale-sensitive case mappings, and more. The library is currently designed for Unicode Standard 3.2.
Cash
[28-Aug-2002, version
0.20,
Beta]

Cash is a Unix shell that is embedded within Objective Caml. It's a Caml implementation of (an as large as possible subset of) the API of Scsh, the Scheme Shell by Olin Shivers. The Scsh API is designed for writing useful standalone Unix programs and shell scripts (but rather not for interactive command use). It spans a wide range of application, from “script” applications usually handled with perl or sh, to more standard systems applications usually written in C.
cgi
[09-Aug-2001,
Stable]
A small library to write CGI in Objective Caml.
Cis
[29-May-2006,
Beta]
This module implements compact integer sets, represented as a (custom) list of integer intervals. Usual set operations are provided. The advantage compared to ordered lists is that the actual size may be smaller than the cardinal of a set when many elements are contiguous. Most set operations are linear w.r.t. the size of the structure, not the cardinal of the set.
Concurrent Cell
[14-Jan-2009, version
1.4.0,
Beta]
'Concurrent Cell' is a library for multi-thread programming with CML(Concurrent ML) style synchronous message passing communications.
The Threads library, a part of OCaml, realizes the CML style event value, but does not support shared variables like ivar and mvar. This library implements these variables without creating any new thread. This means that ivar and mvar are lightweight and GC target.
Coq
[11-Apr-2002, version
8.0,
Stable]


A proof assistant.
Creal
[07-Nov-2005, version
0.7,
Beta]
An exact real arithmetic module for OCaml.
csml
[16-Sep-2008, version
0.1,
Beta]

A system
to interface OCaml and .Net/C#. CSML makes it possible to leverage
existing .Net components from OCaml, to expose OCaml libraries into the
.Net world and more generally to write mixed OCaml/.Net applications.
With CSML, developers write scripts that describe interactions between
the two worlds (OCaml and .Net). It is possible to bind functions,
static or instance methods, properties, to pass opaque pointers from one
heap to the other, or to copy values structurally. CSML preserves type
safety properties from the two worlds, it propagates exceptions and
first-class functions in a sound way and it deals automatically with
memory management.
Cstr
[12-Feb-2003, version
0.8,
Beta]

A full-featured charset and string library.
Delimited overloading
[25-Nov-2008,
Beta]

Delimited overloading is a syntax extension to ease the writing of efficient arithmetic expressions in OCaml.
Dllist
[07-Sep-2004, version
2004-08-27,
Beta]
A mutable, circular, doubly linked list library.
Dum
[13-Oct-2008, version
1.0.0,
Stable]

Dum is a library for inspecting the runtime representation of arbitrary Objective Caml values.
Shared or cyclic data are detected and labelled. This guarantees that printing would always terminate. This makes it possible to print values such as closures, objects or exceptions in depth and without risk.
Env
[07-Sep-2004, version
2004-09-02,
Beta]
An Environment Interaction module for Objective Caml. It's useful if you need to create a local copy of the current environment for modification.
Ethread
[03-Feb-2004, version
1.0.1,
Stable]

The ethread library has modules for read/write locks, barriers, and a simple thread-safe message queue that interacts with Unix.select so a thread can wait for I/O or a message at the same time.
Extlib
[08-Jan-2008, version
1.5.1,
Beta]


ExtLib is a project aiming at providing a complete - yet small - standard library for the OCaml programming langage. The purpose of this library is to add new functions to OCaml Standard Library modules, to modify some functions in order to get better performances or more safety (tail-recursive) but also to provide new modules which should be useful for the average OCaml programmer.
FaCiLe
[27-Sep-2004, version
1.1,
Stable]


A library for constraint programming on finite domains.
Frama-C
[02-Jun-2008, version
Hydrogen-200805,
Beta]
Frama-C is a suite of tools dedicated to the analysis of the source code of software written in C.
GD4O
[25-Nov-2003, version
0.7,
Alpha]
An OCaml interface to the GD graphics library, which is an ANSI C library for the dynamic creation of images. GD creates PNG and JPEG images, among other formats
GenePool
[13-Oct-2008,
Alpha]

GenePool is a framework for writing evolutionary optimization algorithms in OCaml. This library is not a complete solution but rather is a generic skeleton which takes care of the plumbing and nuisances of optimization. You provide GenePool with functions that give meaning to fitness and reproduction and after a specified number of generation, GenePool returns an array of the best "genomes" it evolved.
GlSurf
[25-Aug-2003, version
2.0,
Beta]

A program (similar to Surf) to draw surfaces from their implicit equations.
gmetadom
[11-Apr-2003, version
0.2,
Alpha]
A binding to gdome2, the GNU DOM Level 2 implementation.
GraphPS
[31-May-2002, version
1.0,
Stable]

GraphPS is an Objective Caml module that allows generating PostScript graphic. Its interface is almost identical to that of the Graphics module of the distribution, so that it is easy to switch.
Gregorian Date
[27-Oct-2004, version
1.0.0,
Stable]
A pure OCaml library for performing calculations based on the Gregorian calendar.
HashSet
[08-Mar-2006,
Beta]
HashSet is a hashed set library for Objective Caml.
Buckets are ordered and the first element of a bucket is kept in a
separate array, with occupation controlled by a bitvector.
HDCaml
[07-Nov-2005, version
0.2.9,
Beta]
HDCaml provides a framework for describing hardware structures in OCaml.
Given a functional hardware description, HDCaml will produce a Verilog
netlist for verification and implementation.
HDCaml also has decent PSL support for assertion based verification.
headache
[11-Feb-2004, version
1.03,
Stable]


A simple and lightweight tool for managing headers in source code files.
heap
[21-Feb-2003]
Heaps, imperative and functional implementations.
HostIP
[03-Apr-2006, version
0.2,
Beta]
HostIP is an OCaml module for looking up geolocation data from IP addresses. It uses the community HostIP project.
Inifiles
[02-Mar-2007, version
1.2,
Stable]
An ini file parser, in case you ever need to parse one of those little buggers.
io
[03-Oct-2006, version
0.3,
Beta]
"io" is an IO combinator library for safe I/O over strings and channels,
in the style of "picklers" which can then be used with various backends
to safely load and save data. Currently available backends include :
human readable ASCII, binary and compressed binary. A type-independent
command can convert between different representations. The
representation for records and sum types is upwards compatible. Note
that sharing and circular structures are not supported.
IoXML
[01-Feb-2002, version
0.6,
Beta]
IoXML allows defining XML parsers and pretty-printers directly from data type definitions.
Jane Street's core library
[13-May-2008, version
0.5.0,
Stable]
Jane Street's alternative to the standard library.
Jsure
[11-Mar-2008, version
1.0.1,
Stable]

Jsure is a "lint" for Javascript, which is also known as Ecmascript. It checks syntax and a little bit of semantics.
LablGtkSourceView
[28-Aug-2006, version
0.2.0,
Beta]
LablGtkSourceView are the OCaml bindings for GtkSourceView, a GTK widget which extends the standrd GTK text widgets implementing syntax highlighting, automatic indentation, and other typical features of source editors.
Using LablGtkSourceView you can instantiate and use GtkSourceView widgets in OCaml programs which use GTK through the LablGtk interface.
LACAML
[09-Aug-2001, version
3.0.27,
Stable]
This OCaml-library interfaces the BLAS-library (Basic Linear Algebra
Subroutines) and LAPACK-library (Linear Algebra routines), which are
written in FORTRAN.
Lego Mindstorm Library
[21-Mar-2008, version
0.5.1,
Stable]

LEGO Mindstorm® is a versatile robotic construction kit. The central component is the programmable NXT brick to which one can connect up to three motors and various sensors. The brick can run programs directly uploaded to it or can be controlled via bluethooth or USB.
This library allows you to communicate with — and drive — your NXT brick from OCaml programs through a bluetooth connection. The full LEGO® communication protocol (including all "direct commands") is supported. This library has been tested on Linux, Windows (without the fantom drivers installed) and Mac OSX.
Liber(ator)
[20-Dec-2002, version
2.0.2,
Stable]
Liberator is the unix guru's cli to the Freenet network, inserting and requesting easily and efficiently.
LinkedHashtbl
[07-Sep-2004, version
2004-08-27,
Beta]
A wrapper for the Objective Caml Hashtbl module that uses a Linked List to preserve the order in which the hash elements are added. It's similar in purpose to the Tie::IxHash module for Perl.
Logger module
[09-Aug-2004,
Beta]
A logger module for Objective Caml.
Mathlib
[20-Nov-2003, version
0.11.0,
Beta]

Mathlib is a collection of hopefully-useful functions for working with floats, Complex numbers, and random numbers. It has the basic math functions added to the C99, trigonometric functions for complex numbers, the Mersenne Twister random number generator, and modules for generating random numbers in a variety of distributions.
ML-Postscript
[10-Aug-2001,
Development code]

A library to produce PostScript documents.
Mlpost
[05-Feb-2009, version
0.6,
Beta]

An Ocaml
interface to MetaPost, a powerful software to draw pictures to be
embedded in LaTeX documents.
mod_ocaml
[03-Dec-2004, version
1.3.4,
Stable]

A set of OCaml bindings for the Apache API, allowing you to run CGI scripts written in OCaml directly inside the Apache webserver.
Mp3tag
[16-Jan-2002, version
1.0,
Stable]

A library containing functions to read or write mp3 tags.
O'Browser
[18-Nov-2008, version
0.1,
Beta]

O'Browser is an implementation of the OCaml virtual machine in
JavaScript, designed to run in web browsers.
It features a runtime library compatible with OCaml's standard one
(including OOP and concurrent threads) and bindings of some JavaScript
functions to manipulate the DOM primitives.
OC-Soap
[28-Jun-2005, version
0.3.2,
Alpha]
This is a proper version of a SOAP client for OCaml, which uses CDuce
(http://www.cduce.org/) to parse WSDL + XML Schema interface
descriptions, turning them into SOAP client stubs.
OCamake
[19-Sep-2002,
Stable]

An automatic compiler for the OCaml language (has special features for integration under MS Visual Studio).
OCaml Reins
[26-Sep-2007, version
0.1,
Alpha]
OCaml-Reins is a data structure library for O'Caml that includes cursor based iterators, a collection of functors to minimize client-side boilerplate, a powerful on-line benchmarking system and Quickcheck style testing infrastructure.
OCaml Batteries Included
[09-Feb-2009, version
alpha3,
Alpha]
Batteries Included is a candidate standard
development platform for OCaml.
OCaml CSV
[29-Nov-2005, version
1.1.0,
Stable]
This library can read and write CSV files, including all extensions used by Excel - eg. quotes, newlines, 8 bit characters in fields, "0 etc.
The library comes with a handy command line tool called csvtool for handling CSV files from shell scripts.
OCaml Curses
[27-Aug-2007, version
1.0.1,
Beta]
OCaml Curses is a project to provide curses / ncurses bindings for the Objective Caml language. It was formally known as Text Mode Kit (TMK), but the TMK part of the project is not supported any more, and instead we are just concentrating on providing reliable OCaml curses bindings.
OCaml Dump
[21-Jan-2008, version
0.2 beta,
Beta]

Another print anything module.
OCaml XML-RPC
[15-Mar-2004, version
0.2.3,
Beta]
An implementation of the XML-RPC protocol.
OCaml-Benchmark
[03-Dec-2004, version
0.6,
Beta]
A small module to benchmark running times of code. It supersedes an earlier version by Doug Bagley.
OCaml-Java
[10-Nov-2008, version
1.1,
Beta]
The goal of the OCaml-Java project is to allow seamless integration of
OCaml and Java.
OCaml-MySQL
[03-Feb-2004, version
1.0.3,
Stable]

A package for Objective Caml that provides access to MySQL databases.
OCaml-Win32
[26-Oct-2004, version
1.0,
Stable]
OCaml-Win32 is a set of OCaml wrappers for the Win32 API. You can use this library to write true Win32 GUI applications in OCaml. A small sample application is provided.
OCaml-xmlr
[04-Apr-2004, version
1.0,
Stable]
ocaml-xmlr provides bindings for libxml's xmlreader.
OCamlDBI
[01-Apr-2005, version
0.9.11,
Beta]
A database independent layer patterned upon Perl DBI.
OCamlFd
[09-Mar-2009, version
1.1.0,
Beta]
OcamlFd is an extension library for the OCaml language, providing miscellaneous utility functions involving UNIX file descriptors.
ocamlgraph
[01-Mar-2004, version
0.92,
Beta]

A graph library. Provides several graph data structures and several graph algorithms. Algorithms are written independently of the graph data structure (using functors).
OCamlMakefile
[15-Mar-2004, version
6.27.0,
Stable]


Automated compilation of complex OCAML-projects.
OCamlODBC
[18-Jun-2007, version
2.14,
Stable]


Acces to databases through ODBC drivers.
OCamlODE
[28-Jun-2005, version
0.5,
Alpha]
OCamlODE is a set of Objective CAML bindings to the Open Dynamics Engine (ODE). It comes with a very simple demonstration game.
OCamlP3L
[02-Mar-2007, version
2.03,
Stable]

OCamlP3l is a compiler for Caml parallel programs.
The OCamlP3l programming paradigm is skeleton programming. The skeletons encapsulate basic parallel programming patterns in a well understood and structured approach. Based on P3L, the Pisa Parallel Programming Language, OCamlP3l skeleton algebra is embedded in a full-fledged functional programming language, namely Objective Caml.
OCamlPCSC
[30-Jul-2007, version
0.6,
Beta]

An OCaml binding that allows the manipulation of Smartcards in OCaml, both in Linux, through the C library PCSC-Lite provided by M.U.S.C.L.E. and in Windows through Winscard.dll.
Ocamlplot
[24-Nov-2003, version
0.5.6,
Beta]
An OCaml interface to the GNU libplot library.
OCamlScripting
[15-Oct-2007, version
1.0,
Alpha]
OCamlScripting is an implementation of the Java JSR223 Scripting API (this API is defined by the javax.script package) for the Objective Caml language. It thus provides a script engine that allows execution of Objective Caml code snippets in a Java application.
OCamlSDL
[05-Nov-2002, version
0.7.2,
Beta]

OCaml interface to the Simple DirectMedia Layer library. SDL is used for example by 3D games under Linux.
Ocamlweb
[09-Aug-2001, version
1.0,
Stable]


A literate programming tool for Objective Caml.
Ochra
[02-Nov-2004, version
0.1,
Beta]

Ochra is a syntax extension for OCaml, extending the
language with explicit support for programming using
an Object-Oriented Reference Attributed Grammar (RAG)
formalism.
OCI8 bindings
[09-Aug-2001, version
0.0.4,
Alpha]
OCI8 bindings for OCaml.
Ocsigen
[02-Apr-2008, version
1.0.0,
Beta]


Ocsigen is a Web server, with a programming framework providing a new way to
create dynamic Web sites using Objective Caml. Its goal is to offer an
alternative to Apache/PHP, based on cutting-edge technologies coming from
research in programming languages.
odoc_check
[10-Apr-2002,
Stable]
A generator which performs some controls on the collected information. For example: all values are commented, all types are commented, all exceptions have a version tag, ... All the possible controls are turned on/off with command line options.
odoc_fhtml
[10-Apr-2002,
Stable]
Generation of html documentation with frames.
odoc_tdl
[31-Mar-2004,
Beta]
An OCamldoc generator which can be used to analyze OCaml files and use @todo tags to generate a TODO list.
OOoWrite
[25-Nov-2003, version
0.2.0,
Beta]
OOowrite lets you write OpenOffice or StarOffice .sxw files from OCaml programs.
OraCaml
[07-Nov-2006, version
0.1,
Beta]

This library implements an OCaml client interface for an Oracle database. The library is built on top of the OCCI C++ interface available in Oracle 10g. It is efficient and suitable for processing large volumes of data.
Ostap
[04-May-2006, version
0.1,
Beta]

Ostap is an OCaml module to provide a set of parser combinators. The name of this library originates from Ostap Bender --- the central character of Ilya Ilf and Eugene Petrov's comedy "The Twelve Chairs". Bender is generally referred to as "The Great Combinator" since the word "combinator" in Russian also means "a swindler", "a sly man" etc.
Additionally to the common set of parser combinators Ostap provides a camlp4 syntax extension pa_ostap.cmo to embed grammar expressions written in BNF-like style into OCaml code. Another feature of pa_ostap is that it allows to consider streams as objects and so makes integration of lexers and parsers simpler. Please have a look at the documentation for details.
pa_breakcont
[31-Mar-2008, version
0.12,
Beta]
This project makes use of the Ocaml release 3.10 macro system to add break and continue statements to for and while loops.
The macros implement these statements as exceptions. Since the introduction of the two try/with blocks corresponding (each) to the (separate) break and continue exceptions includes some overhead at run time, the macro adds these try/with blocks sparingly... only if the programmer uses the corresponding statement. For example, the continue statements adds the most overhead since it causes a try/with block to be inserted within a loop. However, code that contains no continue statement will be unaffected by the macro.
pa_monad
[10-Dec-2008, version
6.0,
Stable]
Camlp4 extension for monadic expressions in OCaml.
pa_where
[18-Aug-2008, version
0.4,
Beta]

A camlp4 extension enabling backward declarations. The
"where" keyword, available in the revised syntax, and one of the
truly missed Caml-light friends, is back.
Patricia trees
[09-Aug-2001,
Stable]
Efficient sets and maps over integers, from a paper by Chris Okasaki.
PCRE-OCAML
[09-Aug-2001, version
5.12.2]

Perl compatibility regular expressions for OCaml.
perl4caml
[01-Apr-2005, version
0.9.3,
Beta]
Interface for calling Perl code from OCaml.
Persil
[03-Nov-2003, version
0.2.1,
Beta]

A persistent library for Ocaml. PersiL could help you to handle persistent data in your application (data which survive the end of the program).
PGOCaml
[26-Feb-2007, version
0.7,
Beta]
PG'OCaml is a type-safe, simple interface to PostgreSQL from OCaml. It lets you embed SQL statements directly into OCaml code.
PLPlot
[03-Mar-2008, version
5.8.0,
Alpha]
Ocaml language bindings for plplot plotting library.
Regexp
[20-Feb-2002, version
0.3,
Beta]

A library, entirely written in OCaml, for manipulation of regular expressions and string searching.
Regexp-OCaml
[24-Mar-2003, version
0.9.3,
Beta]
Regexp/OCaml provides convenient syntax sugar for regular expression match for strings using PCRE/OCaml library.
RES
[23-Mar-2009, version
3.1.1,
Stable]
Library for automatically resizing contiguous memory (arrays and strings).
Sample configure.in and Makefile.in
[23-Oct-2001,
Stable]
A sample configure.in to provide configure scripts for OCaml projects, and the associated Makefile.in.
SciLabl
[27-Sep-2004, version
pre-alpha,
Alpha]
A LablGTK2 wrapper for Scintilla source code editing widget.
SDFlow
[16-Oct-2007, version
0.01,
Alpha]

A high-level combinatorial dataflow programming library based upon destructive lazy streams.
Sexplib
[19-Oct-2007, version
3.0.1,
Stable]
Library for automated conversion of OCaml-values to and from S-expressions.
Surreal
[02-Nov-2004, version
0.0.3,
Alpha]
An exact real arithmetic library for objective caml.
ulex
[16-Oct-2003, version
0.4,
Beta]
Ulex is a lexer generator for Unicode and OCaml.
Vec
[25-Sep-2008, version
2.02,
Mature]

An Ocaml implementation of extensible
arrays. The implementation is functional, based on balanced trees (and on the code for Set and Map).
Weblogs
[16-Oct-2006, version
2.1,
Stable]
Weblogs is an OCaml module for importing weblogs from Apache or IIS web servers.
XmlRpc-Light
[29-Jan-2009, version
0.6.1,
Beta]
XmlRpc-Light is an XmlRpc client written in OCaml. It requires Xml-Light and Ocamlnet.
XmlRPCServer
[02-Feb-2003, version
0.1.0,
Beta]

XmlRPCServer is a server side implementation for the XmlRPC package developed by Shawn Wagner. This package provides methods to transform between OCaml data-types and their XmlRPC representation, and visa versa. In addition it provide the client side functionality which enables OCaml clients to call servers written in other languages using XmlRPC. However the current version of the package does not support writing the server side in OCaml, unless you do most of the work yourself.
Xpath
[04-Sep-2000, version
2000-09-04,
Beta]
This package implements the XPath recommendation; XPath is a simple query language for XML. A compact XPath expression can perform a relatively complex search on the document tree. XPath is used by XLink and XSLT.
The package is modularized and functorial: the evaluator is a functor taking as argument an implementation of the XPath Data Model as defined in the recommendation. The package include a lightweight implementation, build from the Pxp document tree. A future version will include a Data Model implementation working directly on this document tree.
Xsetxmap
[22-Apr-2008, version
2008-04-21,
Development code]
An unfunctorized version of Set and Map.