ocamlfuseversion

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.

AuthorsVincenzo Ciancia, Olaf Hering <olaf@aepfle.de> and Alessandro Strada <alessandro.strada@gmail.com>
LicenseGPL-1.0-or-later
Published
Homepagehttp://sourceforge.net/apps/mediawiki/ocamlfuse
Issue Trackerhttps://github.com/astrada/ocamlfuse/issues
MaintainerAlessandro Strada <alessandro.strada@gmail.com>
Dependencies
Source [http] https://github.com/astrada/ocamlfuse/archive/v2.7.1_cvs10.tar.gz
sha256=d783d3774990ff1404c304d7a5081c9b451c63d231867916d0b655163f62734f
Edithttps://github.com/ocaml/opam-repository/tree/master/packages/ocamlfuse/ocamlfuse.2.7.1-cvs10/opam
Required by