# -*- 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.16.0 v
revision            1
categories          ocaml devel
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
license             MIT
description         OCaml type converter for binary protocols
long_description    ${description}

checksums           rmd160  8e946e11303d190a42da2bdc3553598785eeb13c \
                    sha256  d0b0db60aa4b61ff0a44ec4a2d571313f30d8fd80d0c3a0b701abb0e70df4a98 \
                    size    343886
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
