# -*- 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-result
github.setup        janestreet result 1.5
revision            1

categories          ocaml devel
maintainers         {landonf @landonf} openmaintainer
license             BSD
description         A backwards-compatible Result module for OCaml
long_description    Provides backwards compatibility for projects that want to \
                    use the new result type defined in OCaml >= 4.03 while staying \
                    compatible with older version of OCaml.

distname            ${version}
github.tarball_from archive

checksums           rmd160  c34b8b57fcada76cab1e35d9e16fe1ca4eaf5d93 \
                    sha256  1072a8b0b35bd6df939c0670add33027f981e4f69a53233cb006b442fa12af30 \
                    size    2291

worksrcdir          ${github.project}-${version}

ocaml.build_type    dune
