# -*- 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_here
github.setup        janestreet ppx_here 0.16.0 v
revision            1
categories          ocaml devel
maintainers         nomaintainer
license             MIT
description         ppx rewriter that defines an extension node whose value is its source position
long_description    {*}${description}

checksums           rmd160  e3d94449fb1fcb3c4d649d1058813f7350be2b21 \
                    sha256  072fd8ce903ce95ff75ddcca4898d250fe7a5d276b3011b67df1473d9ef95669 \
                    size    5034
github.tarball_from archive

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

ocaml.build_type    dune
