Thanks for the updates @talex5! Thought I’d also mention that:
- There’s now also a port of websockets to direct-style building on top of the cohttp work Direct-style websockets with Eio by patricoferris · Pull Request #130 · vbmithr/ocaml-websocket (github.com)
- I spent some time fixing up the GeoJSON PR so I believe it is now not broken! There are some benchmarking numbers trying to compare the before and after of using jsonm and the vendored “jsone” (a port of jsonm to effects following guidance from the very useful dbuenzli/nbcodec: Non-blocking codec interface design for OCaml (pattern, experiment) (github.com)).
- There’s also a very, very WIP port of various Irmin packages to direct-style using Eio too patricoferris/irmin at direct-style (github.com).