caf: A library of Concurrency Abstractions using Futures.

[ bsd3, concurrency, library ] [ Propose Tags ]

This library contains implementations of several kinds of futures and concurrency abstractions.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.0.1, 0.0.2, 0.0.3
Dependencies base (>=2.0) [details]
License BSD-3-Clause
Author Dr. David Sabel and Martina Willig
Maintainer Martina Willig <willig@ki.informatik.uni-frankfurt.de>
Category Concurrency
Home page http://sites.google.com/site/cafwiki/
Uploaded by MartinaWillig at 2009-03-26T18:22:12Z
Distributions NixOS:0.0.3
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 2899 total (14 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 caf-0.0.3

[back to package description]
Concurrency Abstractions with Futures
======================================
More info on the package, releases, etc. can be found at

  http://haskell.forkIO.com/dotnet
  
--------------------------------------
Install distribution package
--------------------------------------
1. Unzip the tarball
2. Navigate to the directory
3. Run the installation commands
  runhaskell Setup configure
  runhaskell Setup build
  sudo runhaskell Setup install

This last step will register thedistribution package.
Now in your Haskell programs, you can simply import the new modules from the distribution package.

--------------------------------------
Uninstall distribution package
--------------------------------------
See a list of installed packages with this command
	ghc-pkg list

Unregister the package with
	ghc-pkg unregister caf-x.x

--------------------------------------
Feedback
--------------------------------------
Please send Feedback to 

willig@ki.informatik.uni-frankfurt.de