package irmin-fs

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
include Irmin.Maker
type endpoint
include Irmin.Key.Store_spec.S with type ('h, _) contents_key = 'h with type 'h node_key = 'h with type 'h commit_key = 'h
type ('h, _) contents_key = 'h
type 'h node_key = 'h
type 'h commit_key = 'h
module Make (Schema : Irmin.Schema.S) : sig ... end

Extended Stores

Common Unix utilities

include module type of Irmin_unix

Irmin Unix utilities

This module provides utilities for Unix applications.

module Info = Irmin_unix.Info.Make
val info : ?author:string -> ('a, Stdlib.Format.formatter, unit, unit -> Irmin.Info.default) Stdlib.format4 -> 'a

info fmt () creates a fresh commit info, with the date set to Unix.gettimeoday () and the author built using Unix.gethostname() and Unix.getpid() if author is not provided.