# -*- 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-uopt
github.setup        janestreet uopt 0.17.0 v
revision            1
categories          ocaml devel
maintainers         nomaintainer
license             MIT
description         An option-like type that incurs no allocation
long_description    ${description}, without requiring a reserved value in the underlying type

checksums           rmd160  be1e4dfa6d5f83856489f9bcdb44dce08db9dd31 \
                    sha256  a6534df59d54cfa50ac22c4406d425b098e94b198cee48c3d82e15a348577cc6 \
                    size    5880
github.tarball_from archive

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

ocaml.build_type    dune
