# -*- 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.17.0 v
revision            1
categories          ocaml devel
maintainers         nomaintainer
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  44f742b3e24f8ae1aa1a98ebb0d7b08da35f3f66 \
                    sha256  3edbaa62a7ea910da0d5c06974da9b2b7e14a9e2648596bc7c9f09c89970b5f8 \
                    size    86210
github.tarball_from archive

depends_lib-append  port:ocaml-async_kernel \
                    port:ocaml-async_log \
                    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
