package mirage-fs-lwt

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

MirageOS signatures for filesystem devices using Lwt.

v2.0.0

module type S = Mirage_fs.S with type 'a io = 'a Lwt.t and type page_aligned_buffer = Cstruct.t
module To_KV_RO (FS : S) : sig ... end

Consider a filesystem device as a key/value read-only store.