CoHTTP is an OCaml library for creating HTTP daemons. It uses cooperative threading via the LWT library to handle concurrency, making it quite lightweight and portable.
Build Requirements:
- Lwt
- [Re](http://github.com/avsm/ocaml-re] (not packaged yet, just grab trunk)
- Uri (not packaged yet, just grab trunk)
- oUnit unit testing library.