package swapfs

  1. Overview
  2. Docs
Streaming temporary storage for Mirage OS

Install

Dune Dependency

Authors

Maintainers

Sources

swapfs-0.1.0.tbz
sha256=76f5fe543f39c6ceec8124382125676bf22bb748cdc45f8736d2af6e10c73c7f
sha512=f9c60123ad49a78319ac51eba4e1a16a1164c22ff24ccde1e0a06c51a79d694f159a7303a84a43dae092e36d51b70fc80fc3d239d56983eb352d32463c44e8f6

Description

Append-only ephemeral, anonymous files. Swapfs is useful for temporarily putting large data on persistent storage, for example if the data is too large to comfortably sit in memory. The data can then be read back in chunks.

Tags

org:mirage org:robur swap

Published: 08 Nov 2024

README

mirage-swapfs

Append-only ephemeral, anonymous files.

Swapfs is useful for temporarily putting large data on persistent storage, for example if the data is too large to comfortably sit in memory. The data can then be read back in chunks.

See also mirage/README.md with an example unikernel.

Dependencies (6)

  1. cstruct >= "6.0.0"
  2. lwt >= "5.7.0"
  3. mirage-block >= "3.0.0"
  4. logs
  5. dune >= "3.16"
  6. ocaml >= "4.14.0"

Dev Dependencies (3)

  1. odoc with-doc
  2. alcotest-lwt with-test & >= "1.0.0"
  3. alcotest with-test & >= "1.0.0"

Used by

None

Conflicts (1)

  1. result < "1.5"
OCaml

Innovation. Community. Security.