fuse3version Documentation on ocaml.org

OCaml bindings for FUSE 3 (Filesystem in UserSpacE)

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.

AuthorsVincenzo Ciancia, Olaf Hering <olaf@aepfle.de> and Alessandro Strada <alessandro.strada@gmail.com>
LicenseGPL-1.0-or-later
Published
Homepagehttps://github.com/astrada/ocamlfuse
Issue Trackerhttps://github.com/astrada/ocamlfuse/issues
MaintainerAlessandro Strada <alessandro.strada@gmail.com>
Availableos = "linux"
Dependencies
Source [http] https://github.com/astrada/ocamlfuse/archive/refs/tags/v3.10.0.tar.gz
sha256=6bc33fc5ccf853d6d24f8f5969e2118f6643feb72869aadbce089f354284b5e7
Edithttps://github.com/ocaml/opam-repository/tree/master/packages/fuse3/fuse3.3.10.0/opam
Required by