package chamelon

  1. Overview
  2. Docs

Kv.Make provides the module fulfilling Mirage_kv.RW, plus a few bonus calls. * Many functions contain calls to the Fs module, which provides lower-level operations * dealing directly with on-disk structures.

module Make (Sectors : Mirage_block.S) (Clock : Mirage_clock.PCLOCK) : sig ... end