package irmin-git

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Irmin_git_unixSource

Sourcemodule type G = sig ... end
Sourcemodule type S = sig ... end
Sourcemodule type Backend = sig ... end
Sourcemodule Maker (G : sig ... end) : sig ... end
Sourcemodule FS : sig ... end
Sourcemodule Mem : sig ... end
include module type of struct include Irmin_unix end

Irmin Unix utilities

This module provides utilities for Unix applications.

Sourcemodule Info = Irmin_unix.Info
Sourceval info : ?author:string -> ('a, Format.formatter, unit, unit -> Irmin.Info.default) 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.

OCaml

Innovation. Community. Security.