package irmin-git

  1. Overview
  2. Docs
Git backend for Irmin

Install

Dune Dependency

Authors

Maintainers

Sources

irmin-3.6.1.tbz
sha256=11fc2570bdbfd48478c89113fc801084a84a9a2c12d9bf8c64e05ce64ae19bd7
sha512=2171699ca24dec5c9c908a2676b272e034c14eb17f7052a794535e52af0be40be68a689e59c0a640ee244b11703320483f4d0c261542e6242ba23a8f1272b9b0

doc/irmin-git.unix/Irmin_git_unix/index.html

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.