linux-mount: Mount and unmount filesystems

[ bsd3, library, system ] [ Propose Tags ]

Bindings to the Linux mount() and umount() syscalls.


[Skip to Readme]

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0, 0.1.0.1, 0.1.0.2, 0.2.0.0, 0.2.0.1
Change log CHANGELOG.md
Dependencies base (>=4 && <5), bytestring [details]
License BSD-3-Clause
Copyright © 2013-2014 Nicola Squartini
Author Nicola Squartini
Maintainer Nicola Squartini <tensor5@gmail.com>
Category System
Home page https://github.com/tensor5/linux-mount
Bug tracker https://github.com/tensor5/linux-mount/issues
Source repo head: git clone git://github.com/tensor5/linux-mount.git
this: git clone git://github.com/tensor5/linux-mount.git(tag v0.2.0.1)
Uploaded by NicolaSquartini at 2014-06-06T09:23:31Z
Distributions NixOS:0.2.0.1
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 4295 total (24 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Successful builds reported [all 1 reports]

Readme for linux-mount-0.2.0.1

[back to package description]

linux-mount provides Haskell bindings to the Linux mount() and umount() syscalls.