# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem          1.0
PortGroup           github 1.0
PortGroup           ocaml 1.1

name                ocaml-parmap
github.setup        rdicosmo parmap 1.2.5
revision            0

categories          ocaml devel
maintainers         nomaintainer
license             GLPL-2

description         Parmap is a library for multicore architecture for OCaml programs
long_description    Parmap is a minimalistic library allowing to exploit multicore architecture \
                    for OCaml programs with minimal modifications.

checksums           rmd160  58bcebb357606fcd20c2487ba674da863a9597a4 \
                    sha256  6709356e724436fba0b7a10f96f65a441c2b763832954707d5e30017e78fd285 \
                    size    49144
github.tarball_from archive

ocaml.build_type    dune

depends_lib-append  port:ocaml \
                    port:ocaml-dune-configurator
