# -*- 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
github.setup        janestreet async 0.16.0 v
revision            1
categories          ocaml devel
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
license             MIT
description         Jane Street Capitalʼs asynchronous execution library
long_description    Async is a library for asynchronous programming, i.e. programming where some part of the program must wait \
                    for things that happen at times determined by some external entity (like a human or another program). This includes \
                    pretty much any program that uses blocking calls (e.g. networking code, disk access), timeouts or event loops (e.g. GUIs).

checksums           rmd160  b27b71553454af55892e323724dcb409855ddec6 \
                    sha256  b4088846a0b4fc248d6ddc101cc774834ad66a7c155ab32e073bd4881d378357 \
                    size    77022
github.tarball_from archive

depends_lib-append  port:ocaml-async_kernel \
                    port:ocaml-async_rpc_kernel \
                    port:ocaml-async_unix \
                    port:ocaml-core \
                    port:ocaml-core_kernel \
                    port:ocaml-core_unix \
                    port:ocaml-ppx_jane \
                    port:ocaml-ppx_log \
                    port:ocaml-textutils

ocaml.build_type    dune
