fat-filesystem
Pure OCaml implementation of the FAT filesystem
README
This library has two purposes:
to allow the easy preparation of bootable disk images
containing mirage kernelsto provide a simple filesystem layer for mirage
applications
Install
- Authors
-
- Maintainers
-
Sources
Dependencies
alcotest
with-test
re
>= "1.7.2"
io-page-unix
>= "2.0.0"
mirage-block-unix
>= "2.5.0"
mirage-block-lwt
>= "1.0.0"
mirage-fs-lwt
>= "1.0.0"
mirage-fs
>= "1.0.0" & < "3.0.0"
lwt
>= "2.4.3"
cstruct
>= "3.0.0"
dune
>= "1.0"
ocaml
>= "4.03.0"
Reverse Dependencies
mirage-www
>= "1.1.0"