package irmin-pack
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  Irmin backend which stores values in a pack file
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      irmin-3.5.2.tbz
    
    
        
    
  
  
  
    
  
  
    
  
        sha256=2a1e6a7577e498fbfeb678d666da210dc48d1344637e8ecb653e1dd88c640b5f
    
    
  sha512=3fb6f49a1af2f8bab1df5b6f5affaaa09f09fe892a08eb2d9de58138e56646d4a6797f3c087b22875e36e3411218ab2435fe5437ac78f323dd661932af021fad
    
    
  doc/irmin-pack.unix/Irmin_pack_unix/KV/Make/Repo/index.html
Module Make.RepoSource
Source
type elt = [ | `Branch of branch| `Commit of commit_key| `Contents of contents_key| `Node of node_key
 ]Source
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.tSource
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)"
  >