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.
| Authors | Vincenzo Ciancia, Olaf Hering <olaf@aepfle.de> and Alessandro Strada <alessandro.strada@gmail.com> |
|---|---|
| License | GPL-1.0-or-later |
| Published | |
| Homepage | https://github.com/astrada/ocamlfuse |
| Issue Tracker | https://github.com/astrada/ocamlfuse/issues |
| Maintainer | Alessandro Strada <alessandro.strada@gmail.com> |
| Available | os = "linux" |
| Dependencies |
|
| Source [http] | https://github.com/astrada/ocamlfuse/archive/refs/tags/v3.10.0.tar.gz sha256=6bc33fc5ccf853d6d24f8f5969e2118f6643feb72869aadbce089f354284b5e7 |
| Edit | https://github.com/ocaml/opam-repository/tree/master/packages/fuse3/fuse3.3.10.0/opam |
Required by
- google-drive-ocamlfuse>=0.9.0


