(library
 (name cohttp_async)
 (synopsis "Async backend")
 (public_name cohttp-async)
 (libraries
  logs.fmt
  base
  fmt
  async_unix
  async_kernel
  uri
  uri.services
  uri-sexp
  ipaddr.unix
  conduit-async
  magic-mime
  http
  http_bytebuffer
  cohttp)
 (preprocess
  (pps ppx_sexp_conv)))
