package fat-filesystem

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

Install

Dune Dependency

Authors

Maintainers

Sources

fat-filesystem-v0.14.0.tbz
sha256=07312d63c0b215dc1db1036db7493500fe5fe20cad05f189a74b5c51e85d8af5
sha512=856514a926d451c74756b70910f9e06aa7b55a85b5e3c1306ce4de8b3f56b477332f9f81ea85b71a591eb0cdbc540debaa2d2f418fe07aa316abb68c4d314b1c

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: 22 Nov 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 (14)

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

Dev Dependencies (2)

  1. alcotest with-test
  2. mirage-block-combinators with-test

Used by (2)

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

Conflicts

None