xattr: Haskell bindings to libattr

[ bsd3, library, system ] [ Propose Tags ]

Relatively low-level interface to work with extended attributes on Unix systems. This is a fairly straightforward port of the API exposed by SGI's libattr.


[Skip to Readme]

Modules

[Last Documentation]

  • System
    • System.Xattr

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-14T03:04:15Z
Distributions NixOS:0.6.2
Reverse Dependencies 3 direct, 2 indirect [details]
Downloads 4370 total (27 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2017-01-01 [all 8 reports]

Readme for xattr-0.5.1

[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.