[ANN] aeroon, wrapper to Aeron

Hi,

I’d like to announce the availability of aeroon, an OCaml wrapper to the Aeron C library. Typically used in financial systems with low-latency requirements, Aeron is a multi-transport communication toolset, with support for C, C++, Java, and now OCaml.

Feedback welcome!

mika

8 Likes

Looks interesting! Any plans to add async or lwt support?

Right now, no plans to support lwt or async.