package irmin-fs

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

Module Irmin_fs_unixSource

Sourcemodule Append_only : Irmin.Append_only.Maker
Sourcemodule Atomic_write : Irmin.Atomic_write.Maker
include Irmin.Maker
type endpoint
type (!'h, _) contents_key = 'h
type !'h node_key = 'h
type !'h commit_key = 'h
module Make (Schema : sig ... end) : sig ... end
Sourcemodule KV : Irmin.KV_maker with type info = Irmin.Info.default

Extended Stores

Sourcemodule Append_only_ext (C : Irmin_fs.Config) : Irmin.Append_only.Maker
Sourcemodule Atomic_write_ext (C : Irmin_fs.Config) : Irmin.Atomic_write.Maker
Sourcemodule Maker_ext (Obj : Irmin_fs.Config) (Ref : Irmin_fs.Config) : Irmin.Maker

Common Unix utilities

include module type of Irmin_unix

Irmin Unix utilities

This module provides utilities for Unix applications.

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.