Eliom 11 and Ocsigen Start 7
https://discuss.ocaml.org/t/ann-eliom-11-and-ocsigen-start-7/15487 via @ocsigen
[ANN] Eliom 11 and Ocsigen Start 7
Eliom 11 and Ocsigen Start 7 have been released a few weeks ago. These versions follow the recent release of Ocsigen Server 6 and leverage its new configuration API to make it easier to use it as a library, without a configuration file. Here is an example of a simple OCaml app generating a Web page from server side (and serving static pages from directory "local/var/www/mysite"): let f _ () = Lwt.return Eliom_content.Html.F.(html (head (title (txt "")) []) ...
