# -*- 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.17.0 v
revision            1
categories          ocaml devel
maintainers         nomaintainer
license             MIT
description         Extension providing a syntax for string interpolation
long_description    ${description}

checksums           rmd160  366ebf33e0083b6e7f96288180046b66dcfbc975 \
                    sha256  06b4e061fb5e2b2a85298c9829cc31a1af0a9b8e63fdee9048c76ec8d52d16ef \
                    size    7812
github.tarball_from archive

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

ocaml.build_type    dune
