Applications written in Caml
Web application
Ocsigen
[19-Mar-2012, version
2.0.4,
Stable]


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.
Others
Hlins
[10-Aug-2001, version
0.39,
Beta]

Hlins is a tool to insert hypertext links into HTML documents, using a database with entries of the form "name = url".
htmlc
[24-Sep-2009, version
2.21,
Stable]

htmlc is used to produce regular HTML pages from source files that contain text fragments that require some computation to be written. Those text fragments can be for instance the last modification date of a page, or parts of HTML pages that must be systematically included in all the pages of an entire WEB site.
Camlp4 extensions
CaSS
[24-Nov-2010,
Development code]
A CSS quotation mechanism for ocaml using camlp4.
Libraries
Native OCaml libraries
Htcaml
[24-Nov-2010,
Development code]

HTCaML enables the embedding of XHTML fragments in your OCaml program
(the EDSL translates directly to Xmlm) using quotations. It also allows
you to auto-generate boilerplate XHTML fragments from type definitions.