# -*- 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_rpc_kernel
github.setup        janestreet async_rpc_kernel 0.16.0 v
revision            1
categories          ocaml devel
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
license             MIT
description         Platform-independent core of Async RPC library
long_description    A library for building RPC-style protocols. This library is the portable part \
                    of the Unix-oriented Async_rpc library, and is actively used in JavaScript.

checksums           rmd160  26d94a101a36d6ccdc79a7410149449292c25718 \
                    sha256  4b056c262da9e992419ec5412723b234a172923f972d0f500ccae995ec767c9d \
                    size    76163
github.tarball_from archive

depends_lib-append  port:ocaml-async_kernel \
                    port:ocaml-core \
                    port:ocaml-ppx_jane \
                    port:ocaml-protocol_version_header

ocaml.build_type    dune
