1
2
3
4
5
6
7
8
9
# 1 "src/server/default/ezServer.dummy.ml"
let server ?catch:_ _ =
Format.eprintf
"Cohttp or Httpaf server implementation not availble\n\
Try: `opam install cohttp-lwt-unix`\n\
or: `opam install httpaf-lwt-unix`@.";
Lwt.return_unit
let set_debug () = ()