CVSROOT:        /cvs
Module name:    ports
Changes by:     st...@cvs.openbsd.org   2015/09/13 09:20:19

Log message:
    import devel/ocaml-parmap, ok jca (we would prefer if this worked on !native
    arch, but the upstream Makefiles are impenetrable)
    
    Parmap is a minimalistic library allowing to exploit multicore
    architecture for OCaml programs with minimal modifications: if you want
    to use your many cores to accelerate an operation which happens to be a
    map, fold or map/fold (map-reduce), just use Parmap's parmap, parfold
    and parmapfold primitives in place of the standard List.map and friends,
    and specify the number of subprocesses to use by the optional parameter
    ~ncores.
    
    Status:
    
    Vendor Tag: sthen
    Release Tags:       sthen_20150913
    
    N ports/devel/ocaml-parmap/Makefile
    N ports/devel/ocaml-parmap/distinfo
    N ports/devel/ocaml-parmap/pkg/PLIST
    N ports/devel/ocaml-parmap/pkg/DESCR
    
    No conflicts created by this import

Reply via email to