# -*- 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
github.setup        janestreet ppx_string 0.16.0 v
revision            1
categories          ocaml devel
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
license             MIT
description         Extension providing a syntax for string interpolation
long_description    ${description}

checksums           rmd160  2eae939c10a48891bc8d3f18253cb1512f3a355d \
                    sha256  c29664a9a34a26540e00ab2b9b08d2181e970c54f30e0e3dcb5fb28764217dd8 \
                    size    6105
github.tarball_from archive

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

ocaml.build_type    dune
