Irmin_pack_unix.Io
module type S = sig ... end
Low level IO abstraction. A typical implementation is unix. This abstraction is meant to be dead simple. Not a lot of documentation is required.
module Unix : S with type misc_error = Unix.error * string * string
Low level IO abstraction. A typical implementation is unix. This abstraction is meant to be dead simple. Not a lot of documentation is required.