# -*- 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-async_unix
github.setup        janestreet async_unix 0.17.0 v
revision            1
categories          ocaml devel
maintainers         nomaintainer
license             MIT
description         Jane Street Capitalʼs asynchronous execution library (unix)
long_description    ${description}

checksums           rmd160  4756e01760509352978613dc690594b04674063a \
                    sha256  814d3a9997ec1316b8b2a601b24471740641647a25002761f7df7869c3ac9e33 \
                    size    192143
github.tarball_from archive

depends_lib-append  port:ocaml-async_kernel \
                    port:ocaml-core \
                    port:ocaml-core_kernel \
                    port:ocaml-core_unix \
                    port:ocaml-cstruct \
                    port:ocaml-ppx_jane

ocaml.build_type    dune
