# -*- 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-bin_prot
github.setup        janestreet bin_prot 0.17.0 v
revision            1
categories          ocaml devel
maintainers         nomaintainer
license             MIT
description         OCaml type converter for binary protocols
long_description    ${description}

checksums           rmd160  12742a98691627dd350761e5159bce0564f479a2 \
                    sha256  0e6c61aff150d19a0f89cb3e354ab36189e4bc23e28ab8bce03b6c6b6004f237 \
                    size    351860
github.tarball_from archive

depends_lib-append  port:ocaml-base \
                    port:ocaml-ppx_compare \
                    port:ocaml-ppx_custom_printf \
                    port:ocaml-ppx_fields_conv \
                    port:ocaml-ppx_optcomp \
                    port:ocaml-ppx_sexp_conv \
                    port:ocaml-ppx_stable_witness \
                    port:ocaml-ppx_variants_conv

ocaml.build_type    dune
