@hackage HFuse0.2.4.2
HFuse is a binding for the Linux FUSE library.
Categories
License
BSD-3-Clause
Maintainer
Montez Fitzpatrick <montezf@gmail.com>
Links
Versions
Installation
Dependencies (3)
- base >=4 && <5
- bytestring
- unix Show all…
Dependents (8)
@hackage/funion, @hackage/acme-everything, @hackage/cloudyfs, @hackage/halfs, @hackage/dotfs, @hackage/Snusmumrik, Show all…
Haskell FUSE API
Filesystem in Userspace ("FUSE") makes it possible to implement a filesystem as a userspace program.
This library is the Haskell binding to this library.
Information
- Programs using HFuse should be compiled with -threaded.
- This now works for base 4.6+
- Added build options support for FreeBSD (contribution by https://github.com/pesco)
Added support for MacFUSE. Tested HelloFS and BindFS with:
- OSX 10.4.11 on a PPC G4 mac
- GHC 6.8.3
- MacFUSE 10.4-1.7.0