fuse3
Port variant standard
Summary File System in Userspace (FUSE) utilities
Exclude platform dragonfly | sunos
Package version 3.16.2
Homepage https://github.com/libfuse/libfuse
Keywords sysutils
Maintainer nobody
License LGPL21 , GPLv2 (multi)
Other variants There are no other variants.
Ravenports Buildsheet | History
Ravensource Port Directory | History
Last modified 13 OCT 2023, 14:20:59 UTC
Port created 03 OCT 2017, 19:56:14 UTC
Subpackage Descriptions
complete This is the fuse3-standard metapackage. It pulls in all subpackages of fuse3-standard.
primary FUSE (Filesystem in Userspace) is an interface for userspace programs to export a filesystem to the kernel. The FUSE project consists of two components: the fuse kernel module (maintained by supported operating system) and the libfuse userspace library (the contents of this package). libfuse provides the reference implementation for communicating with the FUSE kernel module. A FUSE file system is typically implemented as a standalone application that links with libfuse. libfuse provides functions to mount the file system, unmount it, read requests from the kernel, and send responses back. libfuse offers two APIs: a "high-level", synchronous API, and a "low-level" asynchronous API. In both cases, incoming requests from the kernel are passed to the main program using callbacks. When using the high-level API, the callbacks may work with file names and paths instead of inodes, and processing of a request finishes when the callback function returns. When using the low-level API, the callbacks must work with inodes and responses must be sent explicitly using a separate set of API functions.
dev This is the developer subpackage of the fuse3-standard port. It may contain headers, pc files, static and PIC libraries and SO links.
man This is the man page subpackage of the fuse3-standard port.
Configuration Switches (platform-specific settings discarded)
This port has no build options.
Package Dependencies by Type
Build (only) pkgconf:primary:standard
meson:single:standard
ninja:single:standard
Download groups
main mirror://GITHUB/libfuse:libfuse:fuse-3.16.2
Distribution File Information
1bc306be1a1f4f6c8965fbdd79c9ccca021fdc4b277d501483a711cbd7dbcd6c 817044 libfuse-libfuse-fuse-3.16.2.tar.gz
Ports that require fuse3:standard
No other ports depend on this one.