# -*- 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

github.setup        ocaml-multicore ocaml-iomux 0.4 v
revision            2
categories          ocaml devel
maintainers         {@barracuda156 macos-powerpc.org:barracuda} openmaintainer
license             ISC
description         IO Multiplexer bindings
long_description    Low-level bindings for Unix IO Multiplexers (poll/ppoll/kevent/epoll)
use_bzip2           yes
extract.suffix      .tbz
distname            iomux-${version}
checksums           rmd160  36586df84fec582da3982f7550a2ba25f9e57fb8 \
                    sha256  1e393fae559476848c5c70525076b11070e806a549eebae084b046a9772bab35 \
                    size    9070
github.tarball_from releases

depends_lib-append  port:ocaml-dune-configurator

ocaml.build_type    dune
