HFuse: HFuse is a binding for the Linux FUSE library.

[ bsd3, library, system ] [ Propose Tags ]

Bindings for the FUSE library, compatible with OSXFUSE and FreeBSD.


[Skip to Readme]

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1, 0.2.1, 0.2.2, 0.2.3, 0.2.4, 0.2.4.1, 0.2.4.2, 0.2.4.3, 0.2.4.4, 0.2.4.5, 0.2.5.0
Dependencies base (>=4 && <5), bytestring, unix [details]
License BSD-3-Clause
Author Jeremy Bobbio
Maintainer Montez Fitzpatrick <montezf@gmail.com>
Category System
Home page https://github.com/m15k/hfuse
Source repo head: git clone https://github.com/m15k/hfuse.git
Uploaded by M15K at 2014-06-25T15:27:02Z
Distributions NixOS:0.2.5.0
Reverse Dependencies 3 direct, 0 indirect [details]
Downloads 10566 total (37 in the last 30 days)
Rating 1.75 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Successful builds reported [all 1 reports]

Readme for HFuse-0.2.4.2

[back to package description]
# 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