# -*- 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_value
github.setup        janestreet ppx_sexp_value 0.16.0 v
revision            1
categories          ocaml devel
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
license             MIT
description         ppx rewriter that simplifies building s-expressions from OCaml values
long_description    ${description}

checksums           rmd160  008f94611b8fb018d36a3aee12eeaab759527953 \
                    sha256  06345d475a918ca9160ce58b323f6ca4388288015efaaaf82915be25afb20947 \
                    size    8460
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
