HFuse: HFuse is a binding for the Linux FUSE library

[ bsd3, library, system ] [ Propose Tags ]

HFuse is a binding to the Linux C library, FUSE ('Filesystems in Userspace'); FUSE allows you to construct interesting filesystems which can be used in many ways, such as a filesystem in which the files are Wikipedia files, or SSHFS where one mounts remote directories over SSH, or FlickrFS which represents your Flickr account as directories and files.


[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, unix [details]
License BSD-3-Clause
Author Jérémy Bobbio
Maintainer Jérémy Bobbio <jeremy.bobbio@etu.upmc.fr>
Category System
Home page http://darcs.haskell.org/hfuse
Uploaded by GwernBranwen at 2008-02-09T18:13:38Z
Distributions NixOS:0.2.5.0
Reverse Dependencies 3 direct, 0 indirect [details]
Downloads 10565 total (37 in the last 30 days)
Rating 1.75 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for HFuse-0.1

[back to package description]
HelloFS seems to work with:
* Linux 2.4.26
* The Glorious Glasgow Haskell Compilation System, version 6.2.2
* fuse-2.3

BindFS (?) is known to have a deadlock problem.