packages feed

xattr-0.5.2: xattr.cabal

Author:        Evan Klitzke
Maintainer:    Evan Klitzke <evan@eklitzke.org>
Name:          xattr
Version:       0.5.2
Cabal-Version: >= 1.2
License:       BSD3
License-File:  LICENSE
Category:      System
Copyright:     (c) 2009 by Evan Klitzke
Synopsis:      Haskell bindings to libattr
Description:
  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.
 
Build-Type: Configure
Extra-Source-Files:
    README.md
    LICENSE
    configure.ac
    configure
 
Library
  Exposed-Modules: System.Xattr System.Xattr.Types
  Build-Depends: base, bytestring, unix 
  Extensions: ForeignFunctionInterface, CPP
  Hs-Source-Dirs: src