package mirage-fs-unix

  1. Overview
  2. Docs

Description

Tags

org:mirage

Published: 23 Feb 2017

README

README.md

This is a pass-through Mirage filesystem to an underlying Unix directory. The interface is intended to support eventual privilege separation (e.g. via the Casper daemon in FreeBSD 11).

The current version supports KV_RO and FS, as defined in the mirage-types package.

Dependencies (10)

  1. cstruct-lwt
  2. result
  3. lwt
  4. mirage-fs-lwt >= "1.0.0"
  5. mirage-kv-lwt >= "1.0.0" & < "2.0.0"
  6. cstruct >= "1.4.0" & < "3.4.0"
  7. topkg build
  8. ocamlbuild build
  9. ocamlfind build
  10. ocaml >= "4.02.3" & < "4.06.0"

Dev Dependencies (4)

  1. ptime with-test
  2. alcotest with-test & >= "0.7.1"
  3. mirage-clock-unix with-test & >= "1.2.0"
  4. rresult with-test

Used by (4)

  1. git = "1.3.0" | = "1.4.10" | >= "1.7.0" & < "1.10.0"
  2. git-mirage < "2.1.1"
  3. mirage-www >= "1.0.0"
  4. tftp

Conflicts

None