You can search for identifiers within the package.
in-package search v0.2.0
MirageOS signatures for filesystem devices using Lwt.
v1.2.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.