# -*- 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_conv
github.setup        janestreet ppx_sexp_conv 0.17.1 v
revision            1
categories          ocaml devel
maintainers         nomaintainer
license             MIT
description         ppx syntax extension that generates code for converting OCaml types to and from s-expressions
long_description    ${description}

checksums           rmd160  106081380ffa414b83005f4cb4cd4d67a0746f82 \
                    sha256  b850556d05203aa6d97fcbe4be75abc9679b161be059e474c0d934bc0e12fe86 \
                    size    68305
github.tarball_from archive

depends_lib-append  port:ocaml-base \
                    port:ocaml-ppxlib \
                    port:ocaml-ppxlib_jane \
                    port:ocaml-sexplib0

ocaml.build_type    dune
