packages feed

parallel-tree-search-0.1: parallel-tree-search.cabal

Name:          parallel-tree-search
Version:       0.1
Cabal-Version: >= 1.6
Synopsis:      Parallel Tree Search
Description:   

  This Haskell library provides an implementation of parallel search
  based on the search tree provided by the package tree-monad.

Category:      Control, Concurrent
License:       PublicDomain
License-File:  LICENSE
Author:        Sebastian Fischer
Maintainer:    sebf@informatik.uni-kiel.de
Bug-Reports:   mailto:sebf@informatik.uni-kiel.de
Homepage:      http://github.com/sebfisch/parallel-tree-search
Build-Type:    Simple
Stability:     experimental

Extra-Source-Files: README

Library
  Build-Depends:    base, tree-monad
  Exposed-Modules:  Control.Concurrent.ParallelTreeSearch
  Ghc-Options:      -Wall

Source-Repository head
  type:     git
  location: git://github.com/sebfisch/parallel-tree-search.git