Ocgi

What is Ocgi ?

Ocgi is an Objective-Caml library to develop CGIs. It comes with the cgi_template tool (see below).

Download

You can get the current version of Ocgi (0.5) here.

You can read the ChangeLog.

Documentation

The library interface can be browsed here.

The cgi_template tool

cgi_template is a tool to generate OCaml code from templates. Basically, it takes a template file foo.html and ouputs foo.ml and foo.mli. See the complete documentation.

Examples

count Addition of two numbers. A cgi with two arguments, and a form built using functions of the Html module.

Authors

Maxence Guesdon
Pierre Weis