# -*- 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_string_conv
github.setup        janestreet ppx_string_conv 0.17.0 v
revision            1
categories          ocaml devel
maintainers         nomaintainer
license             MIT
description         PPX extension for generating of_string and to_string functions
long_description    ${description}. Part of the Jane Street PPX rewriters collection.

checksums           rmd160  8a2b039c6e100250cc3962554c793b6c59eafe37 \
                    sha256  2e43def9a3f13f46ac8465fa81d51784d080083539b88d3c6e8a649d5ae0fdb0 \
                    size    10083
github.tarball_from archive

depends_lib-append  port:ocaml-base \
                    port:ocaml-capitalization \
                    port:ocaml-ppx_let \
                    port:ocaml-ppx_string \
                    port:ocaml-ppxlib

ocaml.build_type    dune
