package irmin-pack
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
On This Page
  
  
  Irmin backend which stores values in a pack file
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      irmin-3.6.1.tbz
    
    
        
    
  
  
  
    
  
  
    
  
        sha256=11fc2570bdbfd48478c89113fc801084a84a9a2c12d9bf8c64e05ce64ae19bd7
    
    
  sha512=2171699ca24dec5c9c908a2676b272e034c14eb17f7052a794535e52af0be40be68a689e59c0a640ee244b11703320483f4d0c261542e6242ba23a8f1272b9b0
    
    
  doc/irmin-pack.unix/Irmin_pack_unix/Inode/Make_persistent/argument-3-Inter/Val/Concrete/index.html
Module Val.Concrete
Concrete trees
type kinded_key = - | Contents of contents_key
- | Contents_x of metadata * contents_key
- | Node of node_key
The type for pointer kinds.
val kinded_key_t : kinded_key Irmin.Type.tThe type of entries.
val entry_t : entry Irmin.Type.tThe type for internal pointers between concrete trees.
val pointer_t : 'a Irmin.Type.t -> 'a pointer Irmin.Type.tThe type for trees.
val tree_t : 'a Irmin.Type.t -> 'a tree Irmin.Type.tval t : t Irmin.Type.ttype error = [ - | `Invalid_hash of hash * hash * t
- | `Invalid_depth of int * int * t
- | `Invalid_length of len * int * t
- | `Duplicated_entries of t
- | `Duplicated_pointers of t
- | `Unsorted_entries of t
- | `Unsorted_pointers of t
- | `Blinded_root
- | `Too_large_values of t
- | `Empty
 ]The type for errors.
val error_t : error Irmin.Type.t sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  On This Page