package fat-filesystem

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

Install

Dune Dependency

Authors

Maintainers

Sources

fat-filesystem-v0.13.0.tbz
md5=cf27d4f72b2bd194e09a97c387867601

Description

This library has two purposes:

  1. to allow the easy preparation of bootable disk images containing mirage kernels
  2. to provide a simple filesystem layer for MirageOS applications

Tags

org:mirage org:xapi-project

Published: 12 Mar 2019

README

Pure OCaml implementation of the FAT filesystem

This library has two purposes:

  1. to allow the easy preparation of bootable disk images containing mirage kernels

  2. to provide a simple filesystem layer for mirage applications

Dependencies (15)

  1. astring
  2. cmdliner
  3. result
  4. re >= "1.7.2"
  5. io-page-unix >= "2.0.0"
  6. mirage-block-unix >= "2.5.0"
  7. mirage-block-lwt >= "1.0.0"
  8. mirage-fs-lwt >= "1.0.0"
  9. mirage-fs >= "1.0.0" & < "3.0.0"
  10. lwt >= "2.4.3"
  11. rresult
  12. ppx_cstruct
  13. cstruct >= "3.0.0"
  14. dune >= "1.0"
  15. ocaml >= "4.03.0"

Dev Dependencies (1)

  1. alcotest with-test

Used by (2)

  1. mirage-www >= "1.1.0"
  2. xe-unikernel-upload

Conflicts

None