package irmin-fs
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
On This Page
  
  
  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/index.html
Module Irmin_fs_unix.Make
Parameters
Signature
module Schema : sig ... endtype step = Schema.Path.stepval step_t : step Irmin__.Type.ttype path = Schema.Path.tval path_t : path Irmin__.Type.ttype metadata = Schema.Metadata.tval metadata_t : metadata Irmin__.Type.ttype contents = Schema.Contents.tval contents_t : contents Irmin__.Type.tval node_t : node Irmin__.Type.tval tree_t : tree Irmin__.Type.ttype hash = Schema.Hash.tval hash_t : hash Irmin__.Type.ttype branch = Schema.Branch.tval branch_t : branch Irmin__.Type.tval slice_t : slice Irmin__.Type.ttype info = Schema.Info.tval info_t : info Irmin__.Type.tval lca_error_t : lca_error Irmin__.Type.tval ff_error_t : ff_error Irmin__.Type.tmodule Info : sig ... endtype contents_key = (Schema.Hash.t, Schema.Contents.t) contents_keyval contents_key_t : contents_key Irmin__.Type.ttype node_key = Schema.Hash.t node_keyval node_key_t : node_key Irmin__.Type.ttype commit_key = Schema.Hash.t commit_keyval commit_key_t : commit_key Irmin__.Type.tmodule Repo : sig ... endmodule Status : sig ... endmodule Head : sig ... endmodule Hash : sig ... endmodule Commit : sig ... endmodule Contents : sig ... endmodule Tree : sig ... endval key : 
  t ->
  path ->
  [ `Contents of contents_key | `Node of node_key ] option Lwt.tval write_error_t : write_error Irmin__.Type.tval unwatch : watch -> unit Lwt.tmodule History : sig ... endmodule Branch : sig ... endmodule Path : sig ... endmodule Metadata : sig ... endmodule Backend : sig ... endval of_backend_node : repo -> Backend.Node.value -> nodeval to_backend_node : node -> Backend.Node.value Lwt.tval to_backend_portable_node : node -> Backend.Node_portable.t Lwt.tval to_backend_commit : commit -> Backend.Commit.valueval of_backend_commit : 
  repo ->
  Backend.Commit.Key.t ->
  Backend.Commit.value ->
  commitval save_contents : 
  [> Irmin__.Import.write ] Backend.Contents.t ->
  contents ->
  contents_key Lwt.tval save_tree : 
  ?clear:bool ->
  repo ->
  [> Irmin__.Import.write ] Backend.Contents.t ->
  [> Irmin__.Import.read_write ] Backend.Node.t ->
  tree ->
  [ `Contents of contents_key | `Node of node_key ] Lwt.t sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  On This Page