Module Irmin_pack_unix.Append_only_file

module type S = sig ... end

Abstraction for irmin-pack's append only files (i.e. suffix and dict).

module Make (Io : Io.S) (Errs : Io_errors.S with module Io = Io) : S with module Io = Io and module Errs = Errs

Abstraction for irmin-pack's append only files (i.e. suffix and dict).