Hi all, I have two-ish questions,
I’d like to know how to view the documentation of unix system API for the package unix-base
. I generated documentation with odig odoc
, but somehow unix-base
docs did not appear?
My hope is to add vi
-style line-editing support to Utop by linking in GNUreadline, and for this I need access to a number of Unix syscalls, e.g. select
. However, there seem to be few resources for Unix programming in Ocaml. Is this a reasonable endeavour?
Is there maybe already a REPL that simultaneously has vi
line-editing and syntax-aware completion like Utop? I need something more powerful than rlwrap ocaml
.
Thanks, and sorry for asking a few questions as one.