package mirage-fs-lwt

  1. Overview
  2. Docs
MirageOS signatures for filesystem devices using Lwt

Install

Dune Dependency

Authors

Maintainers

Sources

mirage-fs-v2.0.0.tbz
sha256=09a2c0cfc597d6753b853e08f1d59c58db914afa9251b9bd76f0715caecf7925
md5=b391694a35550ca52439562a31577bb6

doc/mirage-fs-lwt/Mirage_fs_lwt/index.html

Module Mirage_fs_lwt

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.

OCaml

Innovation. Community. Security.