CVSROOT:        /cvs
Module name:    ports
Changes by:     k...@cvs.openbsd.org    2012/10/31 13:19:40

Log message:
    This library offers an alternative parallel programming API to that
    provided by the parallel package.
    
    The 'Par' monad allows the simple description of parallel computations,
    and can be used to add parallelism to pure Haskell code.  The basic
    API is straightforward: the monad supports forking and simple
    communication in terms of 'IVar's.
    
    The library comes with an efficient work-stealing implementation,
    but the internals are also exposed so that you can build your own
    scheduler if necessary.
    
    ok jasper@
    
    Status:
    
    Vendor Tag: kili
    Release Tags:       kili_20121031
    
    N ports/devel/hs-monad-par/Makefile
    N ports/devel/hs-monad-par/distinfo
    N ports/devel/hs-monad-par/pkg/DESCR
    N ports/devel/hs-monad-par/pkg/PLIST
    
    No conflicts created by this import

Reply via email to