linux-xattr: Read, set and list extended attributes

[ bsd3, library, system ] [ Propose Tags ]

Bindings to the Linux syscalls for reading and manipulating extended attributes (setxattr, getxattr, listxattr and removexattr).


[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.1.0
Change log CHANGELOG.md
Dependencies base (>=4 && <5), bytestring (>=0.10 && <0.11) [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-xattr
Bug tracker https://github.com/tensor5/linux-xattr/issues
Source repo head: git clone git://github.com/tensor5/linux-xattr.git
this: git clone git://github.com/tensor5/linux-xattr.git(tag v0.1.1.0)
Uploaded by NicolaSquartini at 2014-06-05T15:30:47Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 2618 total (17 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-xattr-0.1.1.0

[back to package description]

linux-xattr provides Haskell bindings to the Linux syscalls for reading and manipulating extended attributes (setxattr, getxattr, listxattr and removexattr).