cml-0.1.3: cml.cabal
name: cml
version: 0.1.3
synopsis: Events and Channels as in Concurrent ML
description:
Implementation of Events and Channels as in CML
(extended with communication guards).
See /A Concurrent ML Library in Concurrent Haskell/ by Avik Chaudhuri
(avik\@cs.umd.edu) for details. The original code as well as the papers can
be found at <http://www.cs.umd.edu/~avik/projects/cmllch/>.
category: Concurrency
license: BSD3
license-file: LICENSE
author: Avik Chaudhuri
maintainer: ben.franksen@online.de
homepage: http://code.haskell.org/cml/
cabal-version: >= 1.6
build-type: Simple
extra-source-files: Log.hs,test.hs
library
exposed-modules: Control.Concurrent.CML
build-depends: base >= 3 && < 5
ghc-options: -Wall
source-repository head
type: darcs
location: http://code.haskell.org/cml/