Hello,

I need to setup communication between two Ocaml processes on Windows.
I think that using the named pipe of Windows is the good method to do this task.

But I can't find any module for Ocaml who allow using the system call of Windows.

I have already find this module https://opam.ocaml.org/packages/named-pipe/, but it use C,
and I would like to avoid depending on another langage than Ocaml or software like Cygwin.

Does anybody know a way to use named pipe of Windows in Ocaml ?

Thank you in advance for your answer !

Ps : Sorry if it's the wrong mailing list to ask, it's the first time I use one.