package virtfs

  1. Overview
  2. Docs
An abstract implementation of file paths

Install

dune-project
 Dependency

Authors

Maintainers

Sources

virtfs-1.0.0.tbz
sha256=e73c6e4ed5bf1215a715df1faff11107fe31be1da4c586f01e8cb124a9e483e4
sha512=9aadd14a4792de5d712da83aebe100a8ebfc2a2c805ef654794ae6814e61d8508b6d37cf7df389b036cb672259ae2e6b4c3f5071edebd3dfbde1f3632e63e26f

doc/CHANGES.html

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).