# -*- 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.17.0 v
revision            1
categories          ocaml devel
maintainers         nomaintainer
license             MIT
description         ppx rewriter for easy construction of s-expressions
long_description    ${description}

checksums           rmd160  fd7483c76260beaba6c3946c29f394afde28bb86 \
                    sha256  2a02e4943106f4e87a3b2e17e5127859a4d01a4bdbe477f2084858a9962c47ee \
                    size    8720
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
