package mirage-fs-unix
Install
Dune Dependency
Authors
Maintainers
Sources
sha256=e3bcc49a5a28ae955454df9b8d30da87a2829ef931c4accafdde55b7a75f8860
md5=2edbd3c95b6dfef84d6f5f7b806c223b
CHANGES.md.html
1.3.0
Port to MirageOS 3 interfaces.
Improve Travis CI distribution coverage for tests.
1.2.1 (2016-08-16)
Remove use of
lwt.syntax
. (#20, by @yomimono)Remove unused
id
type. (#19, by @talex5)
1.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)
1.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.
1.1.3 (2014-10-16)
Fix FS_unix.create and FS_unix.write
1.1.2 (2014-09-11)
Fix quadratic behavior (#5)
1.1.1 (2014-07-21):
Prohibit directory traversal outside of exposed base directory
Parent of base directory is base directory (/../ -> /)
1.1.0 (2014-06-09):
Add an
FS_unix
module which implementsV1_LWT.FS
1.0.0 (2013-12-16):
First public release.