augeas: A Haskell FFI wrapper for the Augeas API

[ library, program, system ] [ Propose Tags ]

A Haskell FFI wrapper for the Augeas 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, 0.1.1, 0.1.2, 0.2.0, 0.3.0, 0.3.1, 0.3.2, 0.3.3, 0.3.4, 0.3.5, 0.4.0, 0.5.0, 0.5.1, 0.6.0, 0.6.1
Change log ChangeLog
Dependencies base (>=4.0 && <5), bytestring (>=0.9.0.1), directory, HUnit, unix (>=2.3.0.0) [details]
License LicenseRef-LGPL
Author Jude Nagurney
Maintainer jude@pwan.org
Category System
Home page http://trac.haskell.org/augeas
Source repo head: darcs get http://code.haskell.org:/augeas
Uploaded by JudeNagurney at 2012-03-28T12:19:45Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables test-haskell-augeas
Downloads 12626 total (22 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 augeas-0.6.1

[back to package description]
Enjoy your Haskell bindings for Augeas.
To build the library:

> chmod a+x ./configure
> ./configure
> make test
> sudo make install