package irmin-fs
Generic file-system backend for Irmin
Install
Dune Dependency
Authors
Maintainers
Sources
irmin-3.4.2.tbz
sha256=964512f77697947a73dd1875c634d6804e98f14167c5aadd3c4f85b5f30ffb53
sha512=d56d3285daa2dd36f1eaff867af5c8f44c61bba4de1a5c7bb5347652dbc460c343483ab61de1a9302f664af357eacc964dc5c8b4477f6d01372dc028b162e98b
doc/irmin-fs.unix/Irmin_fs_unix/Make/Repo/index.html
Module Make.Repo
type t = repo
val v : Irmin__.Conf.t -> t Lwt.t
val config : t -> Irmin__.Conf.t
val close : t -> unit Lwt.t
type elt = [
| `Branch of branch
| `Commit of commit_key
| `Contents of contents_key
| `Node of node_key
]
val elt_t : elt Irmin__.Type.t
val default_pred_commit : t -> commit_key -> elt list Lwt.t
val default_pred_contents : t -> contents_key -> elt list Lwt.t
val iter :
?cache_size:int ->
min:elt list ->
max:elt list ->
?edge:(elt -> elt -> unit Lwt.t) ->
?branch:(branch -> unit Lwt.t) ->
?commit:(commit_key -> unit Lwt.t) ->
?node:(node_key -> unit Lwt.t) ->
?contents:(contents_key -> unit Lwt.t) ->
?skip_branch:(branch -> bool Lwt.t) ->
?skip_commit:(commit_key -> bool Lwt.t) ->
?skip_node:(node_key -> bool Lwt.t) ->
?skip_contents:(contents_key -> bool Lwt.t) ->
?pred_branch:(t -> branch -> elt list Lwt.t) ->
?pred_commit:(t -> commit_key -> elt list Lwt.t) ->
?pred_node:(t -> node_key -> elt list Lwt.t) ->
?pred_contents:(t -> contents_key -> elt list Lwt.t) ->
?rev:bool ->
t ->
unit Lwt.t
val breadth_first_traversal :
?cache_size:int ->
max:elt list ->
?branch:(branch -> unit Lwt.t) ->
?commit:(commit_key -> unit Lwt.t) ->
?node:(node_key -> unit Lwt.t) ->
?contents:(contents_key -> unit Lwt.t) ->
?pred_branch:(t -> branch -> elt list Lwt.t) ->
?pred_commit:(t -> commit_key -> elt list Lwt.t) ->
?pred_node:(t -> node_key -> elt list Lwt.t) ->
?pred_contents:(t -> contents_key -> elt list Lwt.t) ->
t ->
unit Lwt.t
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>