# -*- 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_sexp_message
github.setup        janestreet ppx_sexp_message 0.16.0 v
revision            1
categories          ocaml devel
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
license             MIT
description         ppx rewriter for easy construction of s-expressions
long_description    ${description}

checksums           rmd160  0bb779595fc94d5d90a57dbfa76705d18311f15d \
                    sha256  4f2e0c32d371895e2e5ad3266942d6a20bd66f8ab824653209bf41a40fea028e \
                    size    8435
github.tarball_from archive

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

ocaml.build_type    dune
