package mirage-fs-lwt

  1. Overview
  2. Docs
Module type definitions for filesystems, with concurrency provided by the `lwt` library.

Install

Dune Dependency

Authors

Maintainers

Sources

mirage-fs-lwt-1.0.0.tbz
sha256=7db817fc13470567b25fa8ad5489e2376b085da14816b528dfa88450d02ca09b
md5=5033652bc40309de77a4986de5bb7a39

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

Module Mirage_fs_lwt

MirageOS signatures for filesystem devices using Lwt.

1.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.