# -*- 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_globalize
github.setup        janestreet ppx_globalize 0.17.2 v
revision            1
categories          ocaml devel
maintainers         nomaintainer
license             MIT
description         ppx rewriter that generates functions to copy local values to the global heap
long_description    ${description}

checksums           rmd160  98db3dc28deffd3826779760f13afac9c66e82d6 \
                    sha256  2b6f0bca7393b8ab4e3d4a805b9de211f535f52658b9a54aa4b27dd8d31aae24 \
                    size    8750
github.tarball_from archive

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

ocaml.build_type    dune
