# -*- 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-variantslib
github.setup        janestreet variantslib 0.16.0 v
revision            1
categories          ocaml devel
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
license             MIT
description         OCaml variants as first class values
long_description    ${description}

checksums           rmd160  0b3b6675ddc9cbff0cc43a8a564dea227c766434 \
                    sha256  4a4f74d1ba234a1ff0f751ea2d86f94fdd1f0809e0fe6c20aab9eae8dec4d2a1 \
                    size    2982
github.tarball_from archive

depends_lib-append  port:ocaml-base

ocaml.build_type    dune
