@fraidev Hi, could we make eio_main optional? If I get it right, the earliest version of it is 0.9: https://opam.ocaml.org/packages/eio_main/eio_main.0.9 – however the last version of eio itself to support OCaml 4.x is 0.3: https://opam.ocaml.org/packages/eio/eio.0.3
eio_main is a sub-package of eio, so it just won’t exist with 0.3.
@fraidev Hi, could we make
eio_mainoptional? If I get it right, the earliest version of it is 0.9: https://opam.ocaml.org/packages/eio_main/eio_main.0.9 – however the last version ofeioitself to support OCaml 4.x is 0.3: https://opam.ocaml.org/packages/eio/eio.0.3eio_mainis a sub-package ofeio, so it just won’t exist with 0.3.