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

checksums           rmd160  5077f3d0ac38cbe42179f5dda1066f8788547312 \
                    sha256  01ced973dbc70535f692f38bed524ae82dba17e26e58791b2fbf0d647b160d2e \
                    size    162639
github.tarball_from archive

depends_lib-append  port:ocaml-core \
                    port:ocaml-core_kernel \
                    port:ocaml-ppx_jane

ocaml.build_type    dune
