xattr: Haskell binding to libattr

[ bsd3, library, system ] [ Propose Tags ]

Stuff


[Skip to Readme]

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.5, 0.5.1, 0.5.2, 0.6.0, 0.6.1, 0.6.2
Dependencies base, bytestring, unix [details]
License BSD-3-Clause
Copyright (c) 2009 by Evan Klitzke
Author Evan Klitzke
Maintainer Evan Klitzke <evan@eklitzke.org>
Category System
Uploaded by EvanKlitzke at 2009-05-14T00:25:34Z
Distributions NixOS:0.6.2
Reverse Dependencies 3 direct, 2 indirect [details]
Downloads 4370 total (20 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 xattr-0.5

[back to package description]

This implements bindings to SGI's libattr, which provides access to extended attributes on Unix systems for filesystems that support them. In particular, this provides access to extended attributes on ext3/4 and xfs on Linux (as well as other filesystems that support this interface). For more information about extended attributes, see the man page for attr(5).

To build this code, you'll need to have the libattr development headers installed. On Fedora/RHEL the package name is libattr-devel. On Debian/Ubuntu the package name is attr-dev.

You can find the latest stable version of this code on HackageDB. The bleeding-edge version of the code is hosted at git://github.com/eklitzke/libattr-hs.git.