# -*- 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.16.0 v
revision            1
categories          ocaml devel
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
license             MIT
description         ppx syntax extension that generates code for converting OCaml types to and from s-expressions
long_description    ${description}

checksums           rmd160  6a08336df29df9404e67408e7fb3513711ef8fe9 \
                    sha256  3b7065f4ec2f8b72df688c7b5604cea82a733fdccab4317c758a64710fc71e87 \
                    size    66918
github.tarball_from archive

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

ocaml.build_type    dune
