# -*- 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-gel
github.setup        janestreet gel 0.17.0 v
revision            1
categories          ocaml devel
maintainers         nomaintainer
license             MIT
description         A library to mark non-record fields global
long_description    {*}${description}. GEL stands for Global Even if inside a Local.

checksums           rmd160  e49bff2ba13a2453bb6e6c087cbba39fb955f9cc \
                    sha256  80e3c39fa654d770329d8e2e1bb792e8eb18ceb2dd16fb2d9037830ad73c434f \
                    size    4255
github.tarball_from archive

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

ocaml.build_type    dune
