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


