package mirage-fs-unix

  1. Overview
  2. Docs
Passthrough filesystem for MirageOS on Unix

Install

Dune Dependency

Authors

Maintainers

Sources

mirage-fs-unix-v1.7.0.tbz
sha256=bc01f74d088f830ee2099930db46c46bb543409fe589ffe0c99f08c74e4a8b8c
sha512=ccf21640e26e995b2144d69f01885321b3122325295d315afb9dd0247ce45aaecba5abe3c78942749cda39b81f54428fd85ed3d6e2918427a0d8116fc664f098

CHANGES.md.html

v1.7.0 2019-10-30

  • adapt to mirage-kv 3.0.0 and mirage-fs 3.0.0 (47 @hannesm)

v1.6.0 2019-02-02

  • upgrade to dune from jbuilder (@avsm)

  • test OCaml 4.07 as well (@avsm)

  • use latest cstruct-lwt package name (@avsm)

v1.5.0 2018-11-09

  • fix FS_unix.destroy semantics: when given a directory, delete it

  • remove open Result

v1.4.1 2017-12-16

  • fix compilation with safe-string

v1.4.0 2017-05-26

v1.3.0 2017-02-16

  • Port to MirageOS 3 interfaces.

  • Improve Travis CI distribution coverage for tests.

v1.2.1 2016-08-16

  • Remove use of lwt.syntax. (#20, by @yomimono)

  • Remove unused id type. (#19, by @talex5)

v1.2.0 2015-07-22

  • Remove the use of unescaped Sys.command (#12, by @hannesm)

  • Add tests for read, write, mkdir, size; make them pass (#10, by @yomimono)

v1.1.4 2015-03-08

  • Add explicit connect signature into interface (#8).

  • Add an opam file for OPAM 1.2 pinning workflow.

  • Add Travis CI unit test file.

v1.1.3 2014-10-16

  • Fix FS_unix.create and FS_unix.write

v1.1.2 2014-09-11

  • Fix quadratic behavior (#5)

v1.1.1 2014-07-21

  • Prohibit directory traversal outside of exposed base directory

  • Parent of base directory is base directory (/../ -> /)

v1.1.0 2014-06-09

  • Add an FS_unix module which implements V1_LWT.FS

v1.0.0 2013-12-16

  • First public release.