package fuse3
- Overview
- No Docs
You can search for identifiers within the package.
in-package search v0.2.0
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
OCaml bindings for FUSE 3 (Filesystem in UserSpacE)
Install
dune-project
Dependency
Authors
Maintainers
Sources
v3.10.0.tar.gz
sha256=6bc33fc5ccf853d6d24f8f5969e2118f6643feb72869aadbce089f354284b5e7
Description
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.
Published: 18 Jun 2026
Dependencies (8)
- conf-libfuse3
- dune-configurator
- camlidl
- base-unix
- base-threads
- base-bigarray
-
ocaml
>= "4.08.0" -
dune
>= "3.7"
Used by (1)
-
google-drive-ocamlfuse
>= "0.9.0"
Conflicts
None
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page