# -*- 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-syntax-shims
github.setup        ocaml-ppx ocaml-syntax-shims 1.0.0
revision            0
categories          ocaml devel
maintainers         nomaintainer
license             MIT
description         Backport new syntax to older OCaml versions
long_description    {*}${description}

checksums           rmd160  4d0bfc2b0fa698319348e8b75e01972a56274d0a \
                    sha256  3a477125a3413cab0fcd759165918a492d0a7c0aa5fccca1b90b705bc838ea3a \
                    size    5806
github.tarball_from archive

ocaml.build_type    dune
dune.packages       ${name}
