package git-mirage

  1. Overview
  2. Docs

Mirage backend.

module type FS = sig ... end

Create a Irmin store from raw block devices handler. The Irmin process should have full and exclusive access to the block device to ensure atomicity of test_and_set_file, as it uses in-memory locks.

module Sync : sig ... end