# -*- 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.17.0 v
revision            1
categories          ocaml devel
maintainers         nomaintainer
license             MIT
description         OCaml variants as first class values
long_description    ${description}

checksums           rmd160  3984fa8bfa72d3fd462743ff80c396c8eb7d8c92 \
                    sha256  9874b69aec9cfe6331970eb2271f7c24e5433ba696c1a9ea5a429862b62338ab \
                    size    3014
github.tarball_from archive

depends_lib-append  port:ocaml-base

ocaml.build_type    dune
