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.1.tar.gz
sha256=0872a6f9d0afac6411250a0ab05a2a5f6b98978b9b06046482d40f4a51c2bd4e
Edithttps://github.com/ocaml/opam-repository/tree/master/packages/fuse3/fuse3.3.10.0.1/opam
Required by