issues
search
mirage
/
ocaml-cohttp
An OCaml library for HTTP clients and servers using Lwt or Async
Other
713
stars
175
forks
source link
6.0.0 release
#1096
Closed
avsm
closed
1 week ago
avsm
commented
1 week ago
A few housekeeping changes:
bump dune lang to 3.8 to get a reasonable mdx bound
this brings in some new default warnings, so remove unused names in signatures
bytebuffer has an unnecessary mutable annotation in the implementation, as Bytes is already mutable
samoht
commented
1 week ago
LGTM
A few housekeeping changes: