mwells / ocaml-cgi

OCaml implementation of scgi + lwt.
BSD 3-Clause "New" or "Revised" License
6 stars 6 forks source link

ocaml-scgi

SCGI implementation in OCaml

Dependencies

You could just copy the source into your own project. To build a library, you'll also need:

Note that LWT has dependencies too, including:

Building

$ make
$ make install
$ make test
$ make samples

(Alternatively, run make world to do all of above)