package fat-filesystem

  1. Overview
  2. Docs
FAT filesystem implementation

Install

Dune Dependency

Authors

Maintainers

Sources

fat-filesystem-0.12.2.tbz
md5=aeac182a6135f0ab9d4394027ac0da96

Description

Tags

org:mirage org:xapi-project

Published: 25 Jun 2017

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 (16)

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

Dev Dependencies (1)

  1. alcotest with-test

Used by (2)

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

Conflicts

None