package fuse3

  1. Overview
  2. No Docs

Description

This is a binding to FUSE 3 for the OCaml programming language, enabling users to implement high-level FUSE filesystems in OCaml. It has been designed with simplicity as a goal, as you can see by looking at example/fusexmp.ml. The Bigarray library is used for read and write buffers, allowing the library to do zero-copy in OCaml land.

Published: 18 Jun 2026

Dev Dependencies (2)

  1. odoc with-doc
  2. ounit2 with-test

Used by (1)

  1. google-drive-ocamlfuse >= "0.9.0"

Conflicts

None