package virtfs

  1. Overview
  2. Docs
On This Page
  1. v1.0.0
An abstract implementation of file paths

Install

dune-project
 Dependency

Authors

Maintainers

Sources

virtfs-1.1.0.tbz
sha256=f1b293c66b8affe75c52dfb01e927c09d4b16b546bbf32487ff44ababf6bc578
sha512=e0921c44d04243f333a1630e2f09ced25f3c438dac5465c471bac742fe46f526e61153f67e4e4f539e3fd51d0c62465f00109d93a4cc3d73caae5c24b1a1f371

doc/CHANGES.html

1.1.0

  • Add an implementation for Virtfs (gr-im)

v1.0.0

  • First release of virtfs, exposing the modules Path, for abstracting file paths, Tree for describing an abstract file tree, and Tree.Simple, which is a very simple version of a file system (where the contents of files are strings) (by mspwn, xhtmlboi, gr-im, d-plaindoux).