# -*- 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-ppx_bin_prot
github.setup        janestreet ppx_bin_prot 0.16.0 v
revision            1
categories          ocaml devel
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
license             MIT
description         Generation of binary serialization and deserialization functions from type definitions
long_description    ${description}

checksums           rmd160  38cd8c3ba68c238d92dbde27313d915f54badbda \
                    sha256  4a6463fb398d5f6476563e10a8ebbe22f0bbb1496022145d59e593a4ae2cbbed \
                    size    37632
github.tarball_from archive

depends_lib-append  port:ocaml-base \
                    port:ocaml-bin_prot \
                    port:ocaml-ppx_here \
                    port:ocaml-ppxlib

ocaml.build_type    dune
