Skip to content

Sexp support for most types

Compare
Choose a tag to compare
@avsm avsm released this 13 Apr 09:12
  • Add some module type equalities in Cohttp_lwt_unix so that
    Cohttp_lwt_unix.Server.Request.IO.ic can be equivalen to Lwt_io.input_channel.
  • Add sexp converters to most Cohttp types (#83).
  • Improve Travis tests to cover more upstream users of Cohttp.
  • Refactor build flags to let the portable Lwt-core be built independently of Lwt.unix.