Blob_log.MemBlob log instantiated using the in-memory backend provided by Irmin_mem and the timestamp method Time.Unix
Store for the log. All store related operations like branching, cloning, merging, etc are done through this module.
val append : path:Store.path -> Store.t -> value -> unit Lwt.tAppend an entry to the log
val read_all : path:Store.path -> Store.t -> value list Lwt.tRead the entire log