posix-filelock: Nice wrapper around POSIX fcntl advisory locks

[ library, system ] [ Propose Tags ]

System.Posix.IO has very low-level bindings to POSIX fcntl advisory locks. This module wraps them in a cleaner API.


[Skip to Readme]

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1
Dependencies base (>=4 && <5), transformers, unix [details]
License LicenseRef-OtherLicense
Copyright © 2012 Stephen Paul Weber
Author Stephen Paul Weber <singpolyma@singpolyma.net>
Maintainer Stephen Paul Weber <singpolyma@singpolyma.net>
Category System
Home page https://github.com/singpolyma/posix-filelock-haskell
Bug tracker https://github.com/singpolyma/posix-filelock-haskell/issues
Source repo head: git clone git://github.com/singpolyma/posix-filelock-haskell.git
Uploaded by StephenWeber at 2012-04-14T00:51:25Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 2644 total (6 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for posix-filelock-0.1

[back to package description]
"System.Posix.IO" has very low-level bindings to POSIX fcntl
advisory locks.  This module wraps them in a cleaner API.