ocamlfuseversion Documentation on ocaml.org
OCaml bindings for FUSE (Filesystem in UserSpacE)
This is a binding to FUSE for the OCaml programming language, enabling you to write multithreaded filesystems in the OCaml language. It has been designed with simplicity as a goal, as you can see by looking at example/fusexmp.ml. Efficiency has also been a separate goal. The Bigarray library is used for read and writes, 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 | http://sourceforge.net/apps/mediawiki/ocamlfuse |
| Issue Tracker | https://github.com/astrada/ocamlfuse/issues |
| Maintainer | Alessandro Strada <alessandro.strada@gmail.com> |
| Available | os != "win32" & os != "macos" & os != "freebsd" |
| Dependencies |
|
| Source [http] | https://github.com/astrada/ocamlfuse/archive/v2.7.2.tar.gz sha256=c26cd68537748bcc8459fb17db0bcb4a31c2c6847653d40554582b8de6098e45 |
| Edit | https://github.com/ocaml/opam-repository/tree/master/packages/ocamlfuse/ocamlfuse.2.7.2/opam |
Required by


