P.RepoPrivate repositories.
v config is a function returning fresh store handles, with the configuration config, which is provided by the backend.
close t frees up all the resources associated with t. Any operations run on a closed handle will raise Closed.
val contents_t : t -> Perms.read Contents.tval node_t : t -> Perms.read Node.tval commit_t : t -> Perms.read Commit.tval batch :
t ->
(Perms.read_write Contents.t ->
Perms.read_write Node.t ->
Perms.read_write Commit.t ->
'a Lwt.t) ->
'a Lwt.t