package irmin-fs
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  Generic file-system backend for Irmin
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      irmin-3.6.1.tbz
    
    
        
    
  
  
  
    
  
  
    
  
        sha256=11fc2570bdbfd48478c89113fc801084a84a9a2c12d9bf8c64e05ce64ae19bd7
    
    
  sha512=2171699ca24dec5c9c908a2676b272e034c14eb17f7052a794535e52af0be40be68a689e59c0a640ee244b11703320483f4d0c261542e6242ba23a8f1272b9b0
    
    
  doc/irmin-fs.unix/Irmin_fs_unix/Make/Repo/index.html
Module Make.Repo
type t = repoval v : Irmin__.Conf.t -> t Lwt.tval config : t -> Irmin__.Conf.tval close : t -> unit Lwt.ttype elt = [ | `Branch of branch| `Commit of commit_key| `Contents of contents_key| `Node of node_key
 ]val elt_t : elt Irmin__.Type.tval default_pred_commit : t -> commit_key -> elt list Lwt.tval default_pred_contents : t -> contents_key -> elt list Lwt.tval 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.tval 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)"
  >