# -*- 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.17.1 v
revision            1
categories          ocaml devel
maintainers         nomaintainer
license             MIT
description         Generation of binary serialization and deserialization functions from type definitions
long_description    ${description}

checksums           rmd160  4fc56e3a1c58760af5cbe54384d3e5b6fa1f1435 \
                    sha256  a60d0534c7b93006c887fca5ed404f1221d8deb4026b50350221ac719e034013 \
                    size    39491
github.tarball_from archive

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

ocaml.build_type    dune
