# -*- 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-protocol_version_header
github.setup        janestreet protocol_version_header 0.16.0 v
revision            1
categories          ocaml devel
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
license             MIT
description         Protocol-aware version negotiation 
long_description    ${description}

checksums           rmd160  f5e18f11c0b8a61365cb41890f4e0ae5e93d1e0e \
                    sha256  459f0ae7c21629eaf89ddaad49c236b3acf1780dbd4f726199d3a1b7a138ce6f \
                    size    9189
github.tarball_from archive

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

ocaml.build_type    dune
