package irmin
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  Irmin, a distributed database that follows the same design principles as Git
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      irmin-2.10.2.tbz
    
    
        
    
  
  
  
    
  
  
    
  
        sha256=088741b619471c8198e74aaf9f4aeb4a9997abec8b9abcbfb3443fd27bfb433f
    
    
  sha512=bbc03417d6eb87d99bee391c489d23a586b0a260e4c797f5e2465c3ab67cb627a9efa526097c1b89dd3339eafb8bad738c1cf0502e5c70355871ff7dbba324b9
    
    
  doc/irmin.mem/Irmin_mem/index.html
Module Irmin_memSource
In-memory store.
A simple in-memory store, using hash tables. Once one of the functors below is instantiated to a module M, it has a unique shared hash-table: multiple invocation of M.create will see and manipulate the same contents.
Configuration values.
An in-memory store for append-only values.
An in-memory store with atomic-write guarantees.
Constructor for in-memory Irmin store.
Source
module KV
  (C : Irmin.Contents.S) : 
  Irmin.KV
    with type contents = C.t
     and type metadata = unit
     and type Private.Sync.endpoint = unitConstructor for in-memory KV stores. Subtype of Irmin.KV_MAKER.
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >