mirage / ocaml-cohttp

An OCaml library for HTTP clients and servers using Lwt or Async
Other
704 stars 174 forks source link

Fix deprecation warnings #1040

Closed MisterDA closed 3 months ago

MisterDA commented 3 months ago

This PR fixes deprecation warnings, and the error that ppx_expect.common isn't found. As we're not using dune's explicit transitive deps feature (anymore?), they can be deleted from the dune file too.