package fat-filesystem

  1. Overview
  2. Docs
Pure OCaml implementation of the FAT filesystem

Install

Dune Dependency

Authors

Maintainers

Sources

fat-filesystem-0.15.1.tbz
sha256=6211952a8dd008ab7d02cdb3a6545a65a5ff8047e71dd8ce48a09fb500fe10a3
sha512=cddfa7e43dbd6ecab23113b3136c91f60c3890efc773603e6a3c3dd531c19e437a8e10b0923e1ce7fbc1d2ca77e6f098040e94678f79f04cec98c56ecef4b5cd

doc/fat-filesystem/Fat/index.html

Module FatSource

Sourcetype stat = {
  1. filename : string;
    (*

    Filename within the enclosing directory

    *)
  2. read_only : bool;
    (*

    True means the contents are read-only

    *)
  3. directory : bool;
    (*

    True means the entity is a directory; false means a file

    *)
  4. size : int64;
    (*

    Size of the entity in bytes

    *)
}

The type for Per-file/directory statistics.

Sourcemodule Make (B : Mirage_block.S) : sig ... end
Sourcemodule KV_RO (B : Mirage_block.S) : sig ... end

KV_RO is a read-only key=value store backed by a simple FAT filesystem on a block device.

OCaml

Innovation. Community. Security.