package irmin
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
On This Page
  
  
  Irmin, a distributed database that follows the same design principles as Git
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      irmin-3.11.0.tbz
    
    
        
    
  
  
  
    
  
  
    
  
        sha256=09996fbcc2c43e117a9bd8e9028c635e81cccb264d5e02d425ab8b06bbacdbdb
    
    
  sha512=0391a6bf7b94a1edd50a3a8df9e58961739fa78d7d689d61f56bc87144483bad2ee539df595c33d9d52c29b3458da5dddf3a73b5eb85e49c4667c26d2cd46be1
    
    
  doc/irmin.mem/Irmin_mem/Make/argument-1-Schema/Info/index.html
Module Schema.Info
val author_t : author Irmin.Type.tval message_t : message Irmin.Type.tval t : t Irmin.Type.tval date : t -> int64date t is t's commit date.
The date provided by the user when calling the v function. Rounding Unix.gettimeofday () (when available) is a good value for such date. On more esoteric platforms, any monotonic counter is a fine value as well. On the Git backend, the date is translated into the commit Date field and is expected to be the number of POSIX seconds (thus not counting leap seconds) since the Epoch.
author t is t's commit author.
The author identifies the entity (human, unikernel, process, thread, etc) performing an operation. For the Git backend, this will be directly translated into the Author field.
val empty : tThe empty commit info.
Info Functions
type f = unit -> tAlias for functions which can build commit info.
val none : fThe empty info function. none () is empty
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  On This Page