# -*- 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-domain-local-await
github.setup        ocaml-multicore domain-local-await 1.0.1
revision            2
categories          ocaml devel
maintainers         {@barracuda156 macos-powerpc.org:barracuda} openmaintainer
license             ISC
description         Scheduler independent blocking mechanism
long_description    {*}${description}
use_bzip2           yes
extract.suffix      .tbz
distname            domain-local-await-${version}
checksums           rmd160  48e11b2d845312b93b28130a8d9f87a4b0f831c7 \
                    sha256  2952113c53cb07e2b054b2dc86ce72939131dab8207c8f3139adb23e64cdfa6f \
                    size    12306
github.tarball_from releases

depends_lib-append  port:ocaml-thread-table

ocaml.build_type    dune
