Anil,
I want to study your cohttp project as an example of writing ocaml web applications. Is it a good choice?
For writing lwt programs on Linux, I think currently I only need to focus on the section “Library cohttp_lwt_unix” in the “_oasis” file (and the relevant test sections), right?
The current problem is the shell command in Makefile “ocamlfind query lwt.ssl” cannot find lwt.ssl and replies “ocamlfind: Package `lwt.ssl' not found”. Do you have any ideas for that?
Thanks!
Yiming