(library
 (name cohttp_lwt_unix)
 (public_name cohttp-lwt-unix)
 (synopsis "Lwt/Unix backend for Cohttp")
 (preprocess
  (pps ppx_sexp_conv))
 (libraries
  fmt
  logs
  logs.lwt
  conduit-lwt
  magic-mime
  lwt.unix
  conduit-lwt-unix
  http
  cohttp
  cohttp-lwt
  logs.fmt))
