Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 604 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 604 Bytes

ocaml-scgi

SCGI implementation in OCaml

Dependencies

  • LWT -- initial version uses 2.3.1

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)