stdune
Stdune.Dev_null
Portable access /dev/null with some shared fd's to reduce the open fd count
/dev/null
stdune.filesystem_stubs
val path : Path.t
val in_ : Unix.file_descr Lazy.t
path opened in read mode. Do not close this fd.
path
val out : Unix.file_descr Lazy.t
path opened in write mode. Do not close this fd.