package ocamlfuse

  1. Overview
  2. No Docs
OCaml bindings for FUSE (Filesystem in UserSpacE)

Install

Dune Dependency

Authors

Maintainers

Sources

v2.7.1_cvs13.tar.gz
sha256=4ef484e4ca68d664b224683d081ee09c644b02ff2e4b49ecda37b18cc6d73974

Description

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.

Published: 02 May 2025

Dev Dependencies (1)

  1. odoc with-doc

Used by (1)

  1. google-drive-ocamlfuse >= "0.7.3"

Conflicts

None

OCaml

Innovation. Community. Security.