FICHA · AUR

ocamlfuse

An ocaml binding for fuse.

  • Library
  • LIBRARY
  • OCAML
  • FILESYSTEM
  • Dependency only
official+codex · reviewed · May 29, 2026 description in en

Description

OCaml programs can implement user-space filesystems through bindings to FUSE. It is useful for developers building virtual filesystems, archive mounts, remote storage views, or filesystem experiments.

FUSE code can expose, modify, or hide files through mount points. Test permission handling, unmount behavior, and error paths before using it with important data.

Permissions

Permissions not analysed for this source yet.