# -*- 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.16.0 v
revision            1
categories          ocaml devel
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
license             MIT
description         ppx rewriter that generates functions to copy local values to the global heap
long_description    ${description}

checksums           rmd160  79a85a44c4f1d7a3cc06e04bdad02bac1713b43d \
                    sha256  426855d04be2c15beb70884fd2e6d662000f63bcca0166f5629e369e645fec97 \
                    size    8328
github.tarball_from archive

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

ocaml.build_type    dune
