# -*- 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_cold
github.setup        janestreet ppx_cold 0.16.0 v
revision            1
categories          ocaml devel
maintainers         nomaintainer
license             MIT
description         Expands cold attribute
long_description    {*}${description}

checksums           rmd160  a9b2981e4346a4f6d79dc6533fbab0727cc7108d \
                    sha256  6ce67b0160db2d81bb1394d29453d15b9348a748233ca6cf6b053dea31601e68 \
                    size    3814
github.tarball_from archive

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

ocaml.build_type    dune
